Skip to content

Commit 5a4487e

Browse files
authored
Update test/helpers/test.jl
1 parent 628048b commit 5a4487e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/helpers/test.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module FileCheck
7373
# XXX: See if Suppressor is a better fit
7474
value, output, error, backtrace = IOCapture.capture(()->f(input); rethrow=Union{})
7575

76-
@show error
7776
io = IOBuffer()
7877
write(io, output)
7978
println(io)

0 commit comments

Comments
 (0)