summaryrefslogtreecommitdiff
path: root/test/parallel/test-no-node-snapshot.js
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-07-06 02:43:27 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-07-10 01:32:25 +0800
commit581bddc656ff822978bc0a23c61c2f0c40328ddb (patch)
tree9cbee05fd46223141ee3099e3ed3562bf19e5b52 /test/parallel/test-no-node-snapshot.js
parentdb55c3cfc14775cda810efc58bb8d7c1b7c356c4 (diff)
downloadandroid-node-v8-581bddc656ff822978bc0a23c61c2f0c40328ddb.tar.gz
android-node-v8-581bddc656ff822978bc0a23c61c2f0c40328ddb.tar.bz2
android-node-v8-581bddc656ff822978bc0a23c61c2f0c40328ddb.zip
src: implement runtime option --no-node-snapshot for debugging
PR-URL: https://github.com/nodejs/node/pull/28567 Refs: https://github.com/nodejs/node/issues/28558 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test/parallel/test-no-node-snapshot.js')
-rw-r--r--test/parallel/test-no-node-snapshot.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parallel/test-no-node-snapshot.js b/test/parallel/test-no-node-snapshot.js
new file mode 100644
index 0000000000..a636040a4c
--- /dev/null
+++ b/test/parallel/test-no-node-snapshot.js
@@ -0,0 +1,5 @@
+'use strict';
+
+// Flags: --no-node-snapshot
+
+require('../common');