| Index: test/inspector/debugger/es6-module-requested-expected.txt
|
| diff --git a/test/inspector/debugger/es6-module-requested-expected.txt b/test/inspector/debugger/es6-module-requested-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d86f67f0cae38ac8048639436ac4f366c5875878
|
| --- /dev/null
|
| +++ b/test/inspector/debugger/es6-module-requested-expected.txt
|
| @@ -0,0 +1,9 @@
|
| +Checks Debugger.moduleRequested notifications.
|
| +
|
| +Running test: reportExistingResolvedModulesOnDebuggerEnable
|
| +module3 requested module1 with import .. 'module1'
|
| +module3 requested module2 with import .. 'module2'
|
| +
|
| +Running test: moduleResolvedWhenDebuggerIsEnabled
|
| +module4 requested module1 with import .. 'module1'
|
| +module4 requested module2 with import .. 'module2'
|
|
|