summaryrefslogtreecommitdiff
path: root/test/-ext-/iseq_load
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/iseq_load')
-rw-r--r--test/-ext-/iseq_load/test_iseq_load.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/iseq_load/test_iseq_load.rb b/test/-ext-/iseq_load/test_iseq_load.rb
index 7eb8f4bfc8..d193e37a4f 100644
--- a/test/-ext-/iseq_load/test_iseq_load.rb
+++ b/test/-ext-/iseq_load/test_iseq_load.rb
@@ -2,7 +2,7 @@
require 'test/unit'
class TestIseqLoad < Test::Unit::TestCase
- require '-test-/iseq_load/iseq_load'
+ require '-test-/iseq_load'
ISeq = RubyVM::InstructionSequence
def test_bug8543