#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); 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
} }

View File

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