| 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 eb70b29a82a3cfedd6b2611f8a4593372c61e9d8..ea2a116be5200ec87f357b2cd7a6a04517f28df5 100644
|
| --- a/test/inspector/debugger/wasm-get-breakable-locations.js
|
| +++ b/test/inspector/debugger/wasm-get-breakable-locations.js
|
| @@ -4,6 +4,8 @@
|
|
|
| // Flags: --expose-wasm
|
|
|
| +let {session, contextGroup, Protocol} = InspectorTest.start('Tests breakable locations in wasm');
|
| +
|
| utils.load('test/mjsunit/wasm/wasm-constants.js');
|
| utils.load('test/mjsunit/wasm/wasm-module-builder.js');
|
|
|
|
|