diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-08-14 00:23:19 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-08-14 00:23:19 +0900 |
commit | 8827697ec42ee3a6bac1a73ee6b59d869dc152c2 (patch) | |
tree | 24b9250a17314546d982f5cf731f9e5ffb2f5f1f /bootstraptest/test_thread.rb | |
parent | 5b1bf8dd2d08ae7371ecf025967376bb794ed651 (diff) |
Compare actual result
Diffstat (limited to 'bootstraptest/test_thread.rb')
-rw-r--r-- | bootstraptest/test_thread.rb | 4 |
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 |