#python not #py
This commit is contained in:
@@ -43,7 +43,7 @@ class ConditionalCompilationTestCase extends Test {
|
|||||||
Assert.equals("NodeJS", targetLanguage);
|
Assert.equals("NodeJS", targetLanguage);
|
||||||
#elseif js
|
#elseif js
|
||||||
Assert.equals("JavaScript", targetLanguage);
|
Assert.equals("JavaScript", targetLanguage);
|
||||||
#elseif py
|
#elseif python
|
||||||
Assert.equals("Python", targetLanguage);
|
Assert.equals("Python", targetLanguage);
|
||||||
#end
|
#end
|
||||||
}
|
}
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
(interp "Haxe")
|
(interp "Haxe")
|
||||||
(hxnodejs "NodeJS")
|
(hxnodejs "NodeJS")
|
||||||
(js "JavaScript")
|
(js "JavaScript")
|
||||||
(py "Python")))
|
(python "Python")))
|
||||||
|
|
||||||
(defun _testCase []
|
(defun _testCase []
|
||||||
(#case var1ForCase
|
(#case var1ForCase
|
||||||
|
Reference in New Issue
Block a user