Explorar o código

update python externs test to utest 1.9.0

Alexander Kuzmenko %!s(int64=7) %!d(string=hai) anos
pai
achega
ebd2b0f082
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      tests/misc/pythonImport/Main.hx

+ 1 - 3
tests/misc/pythonImport/Main.hx

@@ -26,9 +26,7 @@ extern class InexistantExtern2 {}
 @:pythonImport("inexistant", ignoreError=true)
 extern class InexistantExtern3 {}
 
-class Main {
-
-	function new() { }
+class Main extends utest.Test {
 
     function testExtern() {
         Assert.equals(new ExternClass().f(1), 2);