diff options
Diffstat (limited to 'cli/tests/testdata/compile/workers/basic.out')
-rw-r--r-- | cli/tests/testdata/compile/workers/basic.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/compile/workers/basic.out b/cli/tests/testdata/compile/workers/basic.out new file mode 100644 index 000000000..9cf9aa18f --- /dev/null +++ b/cli/tests/testdata/compile/workers/basic.out @@ -0,0 +1,5 @@ +worker.js imported from main thread +Starting worker +Hello from worker! +Received 42 +Closing |