summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-31 04:35:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-31 04:35:13 +0000
commitba4d6ae75f3b4aa26c07046671edabb92359f300 (patch)
treeb07092f6ad766339def6f91dd244f69cfd272140 /test/ruby
parent15f8fb34fa82ecb4c20c7dde3d10ca4a3206c408 (diff)
test_iseq.rb: enabled
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_iseq.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_iseq.rb b/test/ruby/test_iseq.rb
index 9de241c485..9bfd81e21f 100644
--- a/test/ruby/test_iseq.rb
+++ b/test/ruby/test_iseq.rb
@@ -1,8 +1,6 @@
require 'test/unit'
require 'tempfile'
-return
-
class TestISeq < Test::Unit::TestCase
ISeq = RubyVM::InstructionSequence