Skip to content

Commit 6d26f14

Browse files
DilumAluthgevtjnash
authored andcommitted
[test] remove debugging printlns (JuliaLang#33944)
1 parent 31bf76f commit 6d26f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/atexit.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ using Test
5252
""" => 1,
5353
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5454
"""
55-
atexit(() -> println("No error"))
55+
atexit(() -> ("No error"))
5656
atexit(() -> exit(1))
5757
exit(22)
5858
""" => 1,
@@ -87,7 +87,7 @@ using Test
8787
""" => 13,
8888
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8989
"""
90-
atexit(() -> println("No error"))
90+
atexit(() -> ("No error"))
9191
atexit(() -> exit(5))
9292
exit(22)
9393
""" => 5,

0 commit comments

Comments
 (0)