Browse Source

don't use Timer for python

frabbit 11 years ago
parent
commit
f1e18a5d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -204,7 +204,7 @@ class Test #if swf_mark implements mt.Protect #end {
 	}
 	}
 
 
 	static function resetTimer() {
 	static function resetTimer() {
-		#if (neko || php || cpp || java || cs)
+		#if (neko || php || cpp || java || cs || python)
 		#else
 		#else
 		if( timer != null ) timer.stop();
 		if( timer != null ) timer.stop();
 		timer = new haxe.Timer(10000);
 		timer = new haxe.Timer(10000);