Skip to content

Commit 8d69739

Browse files
committed
add showing a string to REPL precompile workload (#58157)
(cherry picked from commit 4766133)
1 parent 408e1da commit 8d69739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/REPL/src/precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ function repl_workload()
5858
printstyled("a", "b")
5959
display([1])
6060
display([1 2; 3 4])
61+
display("a string")
6162
foo(x) = 1
6263
@time @eval foo(1)
6364
; pwd

0 commit comments

Comments
 (0)