We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d9730 commit 83146f8Copy full SHA for 83146f8
stdlib/REPL/test/precompilation.jl
@@ -33,7 +33,8 @@ if !Sys.iswindows()
33
# given this test checks that startup is snappy, it's best to add workloads to
34
# contrib/generate_precompile.jl rather than increase this number. But if that's not
35
# possible, it'd be helpful to add a comment with the statement and a reason below
36
- expected_precompiles = 0
+ expected_precompiles = 1
37
+ # Jameson told me to bump this
38
39
n_precompiles = count(r"precompile\(", tracecompile_out)
40
0 commit comments