Skip to content

Commit 7241a23

Browse files
committed
Test suite: Make a println() statement slightly more meaningful
1 parent 3f7dd5e commit 7241a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/script.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const hosts = map(workers()) do id
2020
remotecall_fetch(() -> gethostname(), id)
2121
end
2222
sort!(hosts)
23-
println(hosts)
23+
println("List of hosts: ", hosts)
2424

2525
# We don't use `@assert` here, for reason described above.
2626
if hosts != ["c1", "c1", "c2", "c2"]

0 commit comments

Comments
 (0)