Skip to content

Commit

Permalink
Removed old js.Dom imports from TestMain
Browse files Browse the repository at this point in the history
  • Loading branch information
misprintt committed Feb 18, 2013
1 parent 8db7c6d commit b232135
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion haxe/test/TestMain.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import massive.munit.TestRunner;

#if js
import js.Lib;
import js.Dom;
#end

/**
Expand Down
3 changes: 1 addition & 2 deletions sys/test/TestMain.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import massive.munit.TestRunner;

#if js
import js.Lib;
import js.Dom;
#end

/**
Expand Down Expand Up @@ -73,7 +72,7 @@ class TestMain
flash.external.ExternalInterface.call("testResult", successful);
#elseif js
js.Lib.eval("testResult(" + successful + ");");
#elseif neko
#elseif sys
Sys.exit(0);
#end
}
Expand Down

0 comments on commit b232135

Please sign in to comment.