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

Unified Diff: test/inspector/debugger/wasm-get-breakable-locations.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased Created 3 years, 10 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
« no previous file with comments | « test/inspector/debugger/step-into-next-script.js ('k') | test/inspector/debugger/wasm-scripts.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/wasm-get-breakable-locations.js
diff --git a/test/inspector/debugger/wasm-get-breakable-locations.js b/test/inspector/debugger/wasm-get-breakable-locations.js
index f947161b5ec1d8dd2da2f49b38b76699524afe0b..eb70b29a82a3cfedd6b2611f8a4593372c61e9d8 100644
--- a/test/inspector/debugger/wasm-get-breakable-locations.js
+++ b/test/inspector/debugger/wasm-get-breakable-locations.js
@@ -4,8 +4,8 @@
// Flags: --expose-wasm
-load('test/mjsunit/wasm/wasm-constants.js');
-load('test/mjsunit/wasm/wasm-module-builder.js');
+utils.load('test/mjsunit/wasm/wasm-constants.js');
+utils.load('test/mjsunit/wasm/wasm-module-builder.js');
var builder = new WasmModuleBuilder();
« no previous file with comments | « test/inspector/debugger/step-into-next-script.js ('k') | test/inspector/debugger/wasm-scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698