2
0
Эх сурвалжийг харах

[hl] actually that should be print, not println

Simon Krajewski 9 жил өмнө
parent
commit
90b2513975

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

@@ -70,7 +70,7 @@ class TestRunner {
 		#elseif python
 		#elseif python
 			python.Lib.print(v);
 			python.Lib.print(v);
 		#elseif hl
 		#elseif hl
-			Sys.println(Std.string(v));
+			Sys.print(Std.string(v));
 		#end
 		#end
 	}
 	}