Skip to content

Commit

Permalink
Fix CV test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 10, 2023
1 parent 026fc3e commit cf8b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_thread_cv.rb
Expand Up @@ -8,7 +8,7 @@ class TestThreadConditionVariable < Test::Unit::TestCase

def test_initialized
assert_raise(TypeError) {
ConditionVariable.allocate.wait(nil)
ConditionVariable.allocate.wait(nil, "")
}
end

Expand Down

0 comments on commit cf8b788

Please sign in to comment.