Răsfoiți Sursa

[tests] underp the party

Simon Krajewski 3 ani în urmă
părinte
comite
d443b079a8
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  1. 0 6
      tests/runci/targets/Macro.hx

+ 0 - 6
tests/runci/targets/Macro.hx

@@ -1,6 +1,5 @@
 package runci.targets;
 
-import sys.io.File;
 import runci.System.*;
 import runci.Config.*;
 
@@ -52,11 +51,6 @@ class Macro {
 		runCommand("haxelib", ["newrepo"]);
 		runCommand("haxelib", ["install", "tests.hxml", "--always"]);
 		runCommand("haxelib", ["dev", "tink_core", "."]);
-		// <derp>
-		final c = File.getContent("tests/RunTests.hx");
-		final c = StringTools.replace(c, "new Futures(),", "");
-		File.saveContent("tests/RunTests.hx", c);
-		// </derp>
 		runCommand("haxe", ["tests.hxml", "-w", "-WDeprecated", "--interp"]);
 	}
 }