diff options
| -rw-r--r-- | bootstraptest/test_yjit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb index 4c219e3bcc..9f35269fc5 100644 --- a/bootstraptest/test_yjit.rb +++ b/bootstraptest/test_yjit.rb @@ -157,7 +157,7 @@ assert_equal '0', "0.abs(&nil)" # regression test for invokeblock iseq guard assert_equal 'ok', %q{ - return :ok unless defined?(GC.compact) + skip :ok unless defined?(GC.compact) def foo = yield 10.times do |i| ret = eval("foo { #{i} }") |
