Переглянути джерело

update python externs test to utest 1.9.0

Alexander Kuzmenko 7 роки тому
батько
коміт
ebd2b0f082
1 змінених файлів з 1 додано та 3 видалено
  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);