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 b12c7db commit 9e7b073Copy full SHA for 9e7b073
dev/ShortStrings
@@ -0,0 +1 @@
1
+Subproject commit 65ca2364af105fc2647befe0b73ca3ecdd8c9f7a
test/types/fixedtimezone.jl
@@ -43,8 +43,8 @@
43
end
44
45
@testset "isbits" begin
46
- # We are not using ShortStrings on 32 bit due to hash being broken on it.
47
- # see https://github.com/JuliaString/MurmurHash3.jl/issues/12
+ # We are not using ShortStrings on 32-bit due to hash being broken on 32-bit.
+ # See https://github.com/JuliaString/MurmurHash3.jl/issues/12
48
if Int === Int64
49
@test isbits FixedTimeZone("0123")
50
else
0 commit comments