| Index: tests/debugger/string_interpolation_expected.txt
|
| diff --git a/tests/debugger/string_interpolation_expected.txt b/tests/debugger/string_interpolation_expected.txt
|
| index 5f65396a6e313e457f2dfd88e2c574ad88e59443..e1fdfb86b2c8e06e926d4beb5144b36028acee88 100644
|
| --- a/tests/debugger/string_interpolation_expected.txt
|
| +++ b/tests/debugger/string_interpolation_expected.txt
|
| @@ -44,3 +44,6 @@ baz @=> s.length;
|
| main @baz('${foo()} and ${bar()}')
|
| > s
|
| ### process terminated
|
| +> s
|
| +### process not running, cannot step to next expression
|
| +> q
|
|
|