summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lib/iseq_loader_checker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/iseq_loader_checker.rb b/test/lib/iseq_loader_checker.rb
index 8fdbca341e..f368551883 100644
--- a/test/lib/iseq_loader_checker.rb
+++ b/test/lib/iseq_loader_checker.rb
@@ -58,7 +58,7 @@ class RubyVM::InstructionSequence
begin
iseq.to_binary
rescue RuntimeError # not a toplevel
- # STDERR.puts [:failed, e, iseq].inspect
+ # STDERR.puts [:failed, $!, iseq].inspect
nil
end
},