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

Unified Diff: test/debugger/debug/debug-script.js

Issue 2521323005: Revert of [inspector] make console.assert much faster (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « src/inspector/v8-console.cc ('k') | test/inspector/runtime/console-assert.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-script.js
diff --git a/test/debugger/debug/debug-script.js b/test/debugger/debug/debug-script.js
index e351119f626c6243dcada6c254b4d4815c46e778..c4273f86f36b8845dc45dfbcfef69c39be573f3b 100644
--- a/test/debugger/debug/debug-script.js
+++ b/test/debugger/debug/debug-script.js
@@ -81,7 +81,7 @@
// This script, test-api.js and mjsunit.js has been loaded. If using d8, d8
// loads a normal script during startup too.
assertTrue(normal_count == 3 || normal_count == 4);
-assertTrue(inspector_count == 2);
+assertTrue(inspector_count == 1);
// Test a builtins script.
var array_script = Debug.findScript('native array.js');
« no previous file with comments | « src/inspector/v8-console.cc ('k') | test/inspector/runtime/console-assert.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698