Skip to content

Commit 8d1841f

Browse files
committed
Fix tests (Luau 0.723 integer type)
1 parent e9271d2 commit 8d1841f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/luau.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ fn test_heap_dump() -> Result<()> {
539539
fn test_integer64_type() -> Result<()> {
540540
let lua = Lua::new();
541541

542-
_ = Lua::set_fflag("LuauIntegerType", true);
542+
_ = Lua::set_fflag("LuauIntegerType2", true);
543543

544544
let integer_lib = lua.globals().get::<Table>("integer")?;
545545
let n = integer_lib.call_function::<i64>("create", 42)?;

0 commit comments

Comments
 (0)