From 914611adbcaec6a2711d30fcc1ff136e02efecf8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Dec 2012 13:36:17 +0000 Subject: * test/ruby/test_iseq.rb: disable a test which checks features removed at r38532. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/ruby/test_iseq.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d877818f1..f1f9bf7820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 21 22:34:17 2012 Koichi Sasada + + * test/ruby/test_iseq.rb: disable a test which checks features + removed at r38532. + Fri Dec 21 22:02:00 2012 NAKAMURA Usaku * win32/{dir.h,win32.c} (rb_w32_readdir): removed old rb_w32_readdir() diff --git a/test/ruby/test_iseq.rb b/test/ruby/test_iseq.rb index 7d46004802..829b72ffdc 100644 --- a/test/ruby/test_iseq.rb +++ b/test/ruby/test_iseq.rb @@ -60,7 +60,7 @@ class TestISeq < Test::Unit::TestCase iseq = ISeq.of(self.class.instance_method(:method_test_line_trace)) assert_equal([LINE_BEFORE_METHOD + 3, LINE_BEFORE_METHOD + 5], iseq.line_trace_all) - end + end if false # TODO: now, it is only for C APIs. LINE_OF_HERE = __LINE__ def test_location -- cgit v1.2.3