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
23
23
import org .scalajs .dom .webworkers .DedicatedWorkerGlobalScope
24
24
25
25
import scala .scalajs .js
26
- import scala .util
27
26
28
27
object MacrotaskExecutorSuiteRunner {
29
28
30
- import MacrotaskExecutor .Implicits ._
31
-
32
29
def postMessage (msg : js.Any ): Unit =
33
30
DedicatedWorkerGlobalScope .self.postMessage(msg)
34
31
35
- def main (args : Array [String ]): Unit =
32
+ def main (args : Array [String ]): Unit = {
36
33
new MUnitRunner (
37
34
classOf [MacrotaskExecutorSuite ],
38
35
() => new MacrotaskExecutorSuite
@@ -72,4 +69,7 @@ object MacrotaskExecutorSuiteRunner {
72
69
reportTest(success = false )
73
70
74
71
})
72
+
73
+ ()
74
+ }
75
75
}
You can’t perform that action at this time.
0 commit comments