| Index: tests/debugger/empty_variable_declaration_expected.txt
|
| diff --git a/tests/debugger/empty_variable_declaration_expected.txt b/tests/debugger/empty_variable_declaration_expected.txt
|
| index dd9fc3f340c601d12bde3a65bbe3ca3a25ff2783..dc5f7b81eab0e652fcf79e91e09bd14a22160493 100644
|
| --- a/tests/debugger/empty_variable_declaration_expected.txt
|
| +++ b/tests/debugger/empty_variable_declaration_expected.txt
|
| @@ -16,3 +16,6 @@ foo @var y;
|
| main @foo()
|
| > s
|
| ### process terminated
|
| +> s
|
| +### process not running, cannot step to next expression
|
| +> q
|
|
|