Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1038)

Unified Diff: test/inspector/debugger/script-parsed-hash.js

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/script-parsed-hash.js
diff --git a/test/inspector/debugger/script-parsed-hash.js b/test/inspector/debugger/script-parsed-hash.js
index 5dd1dfacee4b00664c1879f469eec00f26341589..15c82ad7a891e3b7e042c70c3bfd3cbfe9f095b3 100644
--- a/test/inspector/debugger/script-parsed-hash.js
+++ b/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"]);
« no previous file with comments | « test/inspector/debugger/script-parsed-for-runtime-evaluate.js ('k') | test/inspector/debugger/script-parsed-hash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698