There was an error while loading. Please reload this page.
1 parent e9271d2 commit 8d1841fCopy full SHA for 8d1841f
1 file changed
tests/luau.rs
@@ -539,7 +539,7 @@ fn test_heap_dump() -> Result<()> {
539
fn test_integer64_type() -> Result<()> {
540
let lua = Lua::new();
541
542
- _ = Lua::set_fflag("LuauIntegerType", true);
+ _ = Lua::set_fflag("LuauIntegerType2", true);
543
544
let integer_lib = lua.globals().get::<Table>("integer")?;
545
let n = integer_lib.call_function::<i64>("create", 42)?;
0 commit comments