Skip to content

Commit 83146f8

Browse files
committed
bump expected precompile because Jameson told me to.
1 parent c4d9730 commit 83146f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/REPL/test/precompilation.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ if !Sys.iswindows()
3333
# given this test checks that startup is snappy, it's best to add workloads to
3434
# contrib/generate_precompile.jl rather than increase this number. But if that's not
3535
# possible, it'd be helpful to add a comment with the statement and a reason below
36-
expected_precompiles = 0
36+
expected_precompiles = 1
37+
# Jameson told me to bump this
3738

3839
n_precompiles = count(r"precompile\(", tracecompile_out)
3940

0 commit comments

Comments
 (0)