Skip to content

Commit

Permalink
Compare actual result
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 13, 2019
1 parent 5b1bf8d commit 8827697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstraptest/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
: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
Expand Down

0 comments on commit 8827697

Please sign in to comment.