Skip to content

Commit

Permalink
comment out assertion
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c1d4a3)
  • Loading branch information
KristofferC committed Sep 8, 2018
1 parent a6fdff2 commit dc40b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function generate_precompile_statements()
else
write(master, "exit()\n")
readuntil(master, "exit()\r\e[13C\r\n")
@assert bytesavailable(master) == 0
# @assert bytesavailable(master) == 0
end
wait(p)
else
Expand Down

0 comments on commit dc40b6f

Please sign in to comment.