We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86c541 commit 78ca70dCopy full SHA for 78ca70d
test/sets.jl
@@ -385,7 +385,7 @@ function test_set_not_isbitstype_copy()
385
@test !isbitstype(TestSetNoCopy)
386
@test_throws(
387
ErrorException(
388
- "Base.copy(::TestSetNoCopy) is not implemented for this set.",
+ "Base.copy(::$TestSetNoCopy) is not implemented for this set.",
389
),
390
copy(TestSetNoCopy(BigInt(2))),
391
)
0 commit comments