Nicolas Cannasse 17 years ago
parent
commit
6a79caeda8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -177,7 +177,7 @@ class Test {
 			}
 			asyncWaits.remove(null);
 			checkDone();
-		} catch( e : Int ) {
+		} catch( e : Dynamic ) {
 			asyncWaits.remove(null);
 			var msg = "???";
 			var stack = haxe.Stack.toString(haxe.Stack.exceptionStack());