summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-14 00:23:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-14 00:23:19 +0900
commit8827697ec42ee3a6bac1a73ee6b59d869dc152c2 (patch)
tree24b9250a17314546d982f5cf731f9e5ffb2f5f1f /bootstraptest
parent5b1bf8dd2d08ae7371ecf025967376bb794ed651 (diff)
Compare actual result
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_thread.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb
index 3ff55bab11..de08d516a4 100644
--- a/bootstraptest/test_thread.rb
+++ b/bootstraptest/test_thread.rb
@@ -19,8 +19,8 @@ assert_equal %q{ok}, %q{
:ok
}.value
}
-assert_equal %q{ok}, %q{
- :ok if Thread.new{sleep}.backtrace == []
+assert_equal %q{[]}, %q{
+ Thread.new{sleep}.backtrace
}
assert_equal %q{ok}, %q{
begin