Skip to content

Commit a291385

Browse files
KristofferCKristofferC
authored andcommitted
add showing a string to REPL precompile workload (#58157)
(cherry picked from commit 4766133)
1 parent a3b2e6e commit a291385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/generate_precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ print("")
7474
printstyled("a", "b")
7575
display([1])
7676
display([1 2; 3 4])
77+
display("a string")
7778
foo(x) = 1
7879
@time @eval foo(1)
7980
; pwd

0 commit comments

Comments
 (0)