Skip to content

Commit

Permalink
[tests] make display tests much faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn authored and 0b1kn00b committed Jan 25, 2024
1 parent 71ccbcf commit 9e4119d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/display/src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Main {
report.displaySuccessResults = NeverShowSuccessResults;

var haxeServer = @:privateAccess DisplayTestContext.haxeServer;
haxeServer.setDefaultRequestArguments(["-cp", "src", "-cp", "src-shared", "--no-output", "-lib", "utest"]);
haxeServer.setDefaultRequestArguments(["-cp", "src", "-cp", "src-shared", "--no-output"]);
DisplayTestContext.runHaxe([]);
runner.run();
haxeServer.close();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package cases;

class Type extends DisplayTestCase {
class NotType extends DisplayTestCase {
/**
abstract {-1-}A(Int) {}
**/
Expand Down

0 comments on commit 9e4119d

Please sign in to comment.