Chromium Code Reviews| Index: test/inspector/debugger/es6-module-set-script-source-expected.txt |
| diff --git a/test/inspector/debugger/es6-module-set-script-source-expected.txt b/test/inspector/debugger/es6-module-set-script-source-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..839236fdf2011b84768f6407010f18d90e7b824a |
| --- /dev/null |
| +++ b/test/inspector/debugger/es6-module-set-script-source-expected.txt |
| @@ -0,0 +1,8 @@ |
| +Checks that Debugger.setScriptSource doesn't crash with modules |
| +{ |
| + error : { |
| + code : -32000 |
| + message : Debugger.setScriptSource doesn't support editing ES module |
| + } |
| + id : <messageId> |
| +} |