This commit is contained in:
wackbyte
2023-06-26 01:57:24 -04:00
parent 945e76903f
commit 0aaa84b790
+1 -1
View File
@@ -9,5 +9,5 @@ libfuzzer_sys::fuzz_target!(|module: RngModule| {
let sink = &mut std::io::sink();
codegen_luau::from_module_untyped(&wasm, sink).expect("LuaJIT should succeed");
codegen_luau::from_module_untyped(&wasm, sink).expect("Luau should succeed");
});