diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-07-31 17:02:20 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-31 11:02:20 -0400 |
commit | e7cee29c849286f9b492eb404634a0387b9a75a0 (patch) | |
tree | 00d3541e8b17837381c23df880ab4a19887aaa19 /tests/037_current_thread.test | |
parent | 421cbd39b4f0fdbdfc2eeed6da8dd3410246a044 (diff) |
Add --current-thread flag (#2702)
Diffstat (limited to 'tests/037_current_thread.test')
-rw-r--r-- | tests/037_current_thread.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/037_current_thread.test b/tests/037_current_thread.test new file mode 100644 index 000000000..8cc8e37a3 --- /dev/null +++ b/tests/037_current_thread.test @@ -0,0 +1,2 @@ +args: run --current-thread --reload tests/034_onload/main.ts +output: tests/034_onload.out |