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..cd0ef1fa6e1660af4fa44004c500cbe87f2aeaab |
| --- /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 : Editing module's script is not supported. |
| + } |
| + id : <messageId> |
| +} |