File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
webworker/src/main/scala/org/scalajs/macrotaskexecutor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,13 @@ import org.junit.runner.notification.RunNotifier
2323import org .scalajs .dom .webworkers .DedicatedWorkerGlobalScope
2424
2525import scala .scalajs .js
26- import scala .util
2726
2827object MacrotaskExecutorSuiteRunner {
2928
30- import MacrotaskExecutor .Implicits ._
31-
3229 def postMessage (msg : js.Any ): Unit =
3330 DedicatedWorkerGlobalScope .self.postMessage(msg)
3431
35- def main (args : Array [String ]): Unit =
32+ def main (args : Array [String ]): Unit = {
3633 new MUnitRunner (
3734 classOf [MacrotaskExecutorSuite ],
3835 () => new MacrotaskExecutorSuite
@@ -72,4 +69,7 @@ object MacrotaskExecutorSuiteRunner {
7269 reportTest(success = false )
7370
7471 })
72+
73+ ()
74+ }
7575}
You can’t perform that action at this time.
0 commit comments