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); Assert.equals("JavaScript", targetLanguage);
#elseif python #elseif python
Assert.equals("Python", targetLanguage); Assert.equals("Python", targetLanguage);
#elseif lua
Assert.equals("Lua", targetLanguage);
#end #end
} }

View File

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