diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/node/test.out | 2 | ||||
-rw-r--r-- | cli/tests/testdata/run/heapstats.js.out | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/node/test.out b/cli/tests/testdata/node/test.out index 8b7f0780f..3c54a15e8 100644 --- a/cli/tests/testdata/node/test.out +++ b/cli/tests/testdata/node/test.out @@ -147,7 +147,7 @@ error: Error: rejected from reject fail at [WILDCARD] ./node/test.js (uncaught error) -error: Error: rejected from unhandled rejection fail +error: (in promise) Error: rejected from unhandled rejection fail Promise.reject(new Error("rejected from unhandled rejection fail")); ^ at [WILDCARD] diff --git a/cli/tests/testdata/run/heapstats.js.out b/cli/tests/testdata/run/heapstats.js.out index 954266333..b75a755f8 100644 --- a/cli/tests/testdata/run/heapstats.js.out +++ b/cli/tests/testdata/run/heapstats.js.out @@ -1,2 +1,2 @@ -Allocated: 8MB -Freed: -8MB +Allocated: 4MB +Freed: -4MB |