fix ConditionalCompilationTestCase for lua

This commit is contained in:
2024-04-21 19:35:08 -06:00
parent 877dd0fa7a
commit ded96748fe
2 changed files with 4 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ class ConditionalCompilationTestCase extends Test {
Assert.equals("JavaScript", targetLanguage);
#elseif python
Assert.equals("Python", targetLanguage);
#elseif lua
Assert.equals("Lua", targetLanguage);
#end
}

View File

@@ -22,7 +22,8 @@
(interp "Haxe")
(hxnodejs "NodeJS")
(js "JavaScript")
(python "Python")))
(python "Python")
(lua "Lua")))
(function _testCase []
(#case var1ForCase