summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js')
-rw-r--r--deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js b/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
index 7732e1396e..1c9ec95577 100644
--- a/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
+++ b/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
@@ -5,7 +5,6 @@
let {session, contextGroup, Protocol} =
InspectorTest.start('Tests stepping through wasm scripts with source maps');
-utils.load('test/mjsunit/wasm/wasm-constants.js');
utils.load('test/mjsunit/wasm/wasm-module-builder.js');
var builder = new WasmModuleBuilder();