Skip to content

Commit f3cd329

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

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
@@ -43,6 +43,7 @@ print("")
4343
printstyled("a", "b")
4444
display([1])
4545
display([1 2; 3 4])
46+
display("a string")
4647
foo(x) = 1
4748
@time @eval foo(1)
4849
; pwd

0 commit comments

Comments
 (0)