Skip to content

Commit

Permalink
fix test script for changes in warn() escape codes from JuliaLang/jul…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Dec 22, 2016
1 parent 90deb1b commit 0a80ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ let filename = tempname()
@test chomp(readstring(filename)) == "hello"
ret = open(filename, "w") do f
redirect_stderr(f) do
warn("hello")
println(STDERR, "WARNING: hello")
[2]
end
end
Expand Down

0 comments on commit 0a80ef3

Please sign in to comment.