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