summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/script-parsed-hash.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/script-parsed-hash.js')
-rw-r--r--deps/v8/test/inspector/debugger/script-parsed-hash.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/script-parsed-hash.js b/deps/v8/test/inspector/debugger/script-parsed-hash.js
index 5dd1dfacee..15c82ad7a8 100644
--- a/deps/v8/test/inspector/debugger/script-parsed-hash.js
+++ b/deps/v8/test/inspector/debugger/script-parsed-hash.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests scripts hasing');
+
var hashes = new Set(["1C6D2E82E4E4F1BA4CB5762843D429DC872EBA18",
"EBF1ECD351E7A3294CB5762843D429DC872EBA18",
"86A31E7131896CF01BA837945C2894385F369F24"]);