Nicolas Cannasse 19 years ago
parent
commit
c81524828f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/unit/TestRunner.hx

+ 1 - 1
std/haxe/unit/TestRunner.hx

@@ -74,7 +74,7 @@ class TestRunner {
 		#end
 	}
 
-	private static function customTrace( v, p : haxe.PosInfos ) {
+	private static function customTrace( v, ?p : haxe.PosInfos ) {
 		print(p.fileName+":"+p.lineNumber+": "+Std.string(v)+"\n");
 	}