fix ConditionalCompilationTestCase for lua
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
@@ -22,7 +22,8 @@
|
||||
(interp "Haxe")
|
||||
(hxnodejs "NodeJS")
|
||||
(js "JavaScript")
|
||||
(python "Python")))
|
||||
(python "Python")
|
||||
(lua "Lua")))
|
||||
|
||||
(function _testCase []
|
||||
(#case var1ForCase
|
||||
|
Reference in New Issue
Block a user