We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189ed9e commit 608fbc7Copy full SHA for 608fbc7
test/embedding/embedding-test.jl
@@ -32,5 +32,5 @@ end
32
@test lines[9] == "called bar"
33
@test lines[10] == "calling new bar"
34
@test lines[11] == " From worker 2:\tTaking over the world..."
35
- @test readline(err) == "exception caught from C"
+ @test "exception caught from C" in readlines(err)
36
end
0 commit comments