Skip to content

Commit 5423972

Browse files
committed
test: confirm BigInt and BigFloat not static
1 parent aac4c5d commit 5423972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/ownership_tests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ end
117117
@test !isbits("hello")
118118
@test is_static("hello")
119119

120+
# Some surprising cases which are REAL
121+
@test !is_static(BigInt)
122+
@test !is_static(BigFloat)
123+
120124
struct Container1
121125
x::Any
122126
end

0 commit comments

Comments
 (0)