diff options
Diffstat (limited to 'test/parallel/test-next-tick-doesnt-hang.js')
-rw-r--r-- | test/parallel/test-next-tick-doesnt-hang.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-next-tick-doesnt-hang.js b/test/parallel/test-next-tick-doesnt-hang.js index 7364b2f974..5e63463d4d 100644 --- a/test/parallel/test-next-tick-doesnt-hang.js +++ b/test/parallel/test-next-tick-doesnt-hang.js @@ -1,3 +1,4 @@ +'use strict'; /* * This test verifies that having a single nextTick statement and nothing else * does not hang the event loop. If this test times out it has failed. |