Skip to content

Commit c8d052f

Browse files
make test insensitive to paralle precompile prints to stderr
1 parent 72a48d6 commit c8d052f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedding/embedding-test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ end
3232
@test lines[9] == "called bar"
3333
@test lines[10] == "calling new bar"
3434
@test lines[11] == " From worker 2:\tTaking over the world..."
35-
@test readline(err) == "exception caught from C"
35+
@test "exception caught from C" in readlines(err)
3636
end

0 commit comments

Comments
 (0)