fix ConditionalCompilationTestCase for lua
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user