see #7826
@@ -1 +1 @@
-Subproject commit 47b5801cbfca8d45de3b4790aa49576da1a1212d
+Subproject commit 101516896900a046e19e32737b9a09a870da2f94
@@ -662,7 +662,7 @@ module StdCrc32 = struct
let make = vfun1 (fun data ->
let data = decode_bytes data in
let crc32 = Extc.zlib_crc32 data (Bytes.length data) in
- vint crc32
+ vint32 crc32
)
end
@@ -1,4 +1,2 @@
haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("")) == 0;
-#if !eval
-haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("The quick brown fox jumps over the lazy dog")) == 0x414FA339;
-#end
+haxe.crypto.Crc32.make(haxe.io.Bytes.ofString("The quick brown fox jumps over the lazy dog")) == 0x414FA339;