#python not #py

This commit is contained in:
2021-07-12 17:45:06 -06:00
parent 6f226450fa
commit 991f82f3ae
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -21,7 +21,7 @@
(interp "Haxe")
(hxnodejs "NodeJS")
(js "JavaScript")
(py "Python")))
(python "Python")))
(defun _testCase []
(#case var1ForCase