Merge pull request #29 from wackbyte/fix-test-typo

Fix typo
This commit is contained in:
Rerumu 2023-06-26 02:09:14 -04:00 committed by GitHub
commit ef18bb1172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");
});