Index: tests/debugger/internal_scope_expected.txt |
diff --git a/tests/debugger/internal_scope_expected.txt b/tests/debugger/internal_scope_expected.txt |
index 359fd846f130d01b14096f8d24772de017b1d651..aa7bbe90229caefdfba31be1aa87117c9b6a73f0 100644 |
--- a/tests/debugger/internal_scope_expected.txt |
+++ b/tests/debugger/internal_scope_expected.txt |
@@ -33,4 +33,6 @@ this: Instance of '_Random' |
* 0: main @rnd.nextInt(255) |
> p |
rnd: Instance of '_Random' |
+> p rnd |
+Instance of '_Random' |
> q |