Skip to content

Commit 78ca70d

Browse files
committed
Update
1 parent f86c541 commit 78ca70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function test_set_not_isbitstype_copy()
385385
@test !isbitstype(TestSetNoCopy)
386386
@test_throws(
387387
ErrorException(
388-
"Base.copy(::TestSetNoCopy) is not implemented for this set.",
388+
"Base.copy(::$TestSetNoCopy) is not implemented for this set.",
389389
),
390390
copy(TestSetNoCopy(BigInt(2))),
391391
)

0 commit comments

Comments
 (0)