Skip to content

Commit 1ff18bc

Browse files
committed
Fix test wording
1 parent b081a3f commit 1ff18bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/copyable_task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
end
142142

143143
@testset "copying" begin
144-
# Test case 1: stack allocated objects are deep copied.
144+
# Test case 1: stack allocated objects copied by value.
145145
@testset "stack allocated objects shallow copy" begin
146146
function f()
147147
t = 0

0 commit comments

Comments
 (0)