Skip to content

Commit 6441f93

Browse files
committed
Missed one more failing test
1 parent f4d8830 commit 6441f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/builtins/math.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ util.testEachVersion("Math.atan2", () => util.testExpression`Math.atan2(4, 5)`,
9696
[tstl.LuaTarget.Lua52]: builder => builder.tap(expectMathAtan2),
9797
[tstl.LuaTarget.Lua53]: builder => builder.tap(expectMathAtan),
9898
[tstl.LuaTarget.Lua54]: builder => builder.tap(expectMathAtan2),
99+
[tstl.LuaTarget.Lua55]: builder => builder.tap(expectMathAtan2),
99100
[tstl.LuaTarget.Luau]: builder => builder.tap(expectMathAtan2),
100101
});
101102

0 commit comments

Comments
 (0)