Skip to content

Commit

Permalink
that seemed to work? remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Aug 11, 2024
1 parent aae3d94 commit 0593624
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ end
end
end
flush(io)
str=read(path, String)
println("lines: $(countlines(IOBuffer(str)))")
@test occursin("MethodInstance", str)
@test occursin("MethodInstance", read(path, String))
end


Expand Down

0 comments on commit 0593624

Please sign in to comment.