Skip to content

Commit

Permalink
Fix test for v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jan 30, 2017
1 parent d1183d9 commit f599ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -433,7 +433,7 @@ end
scott = 123
pr"\(io)This is a test with \(scott)"
@static if VERSION < v"0.6-"
output = takebuf_string!(io)
output = takebuf_string(io)
else
output = String(take!(io))
end
Expand Down

0 comments on commit f599ba7

Please sign in to comment.