about summary refs log tree commit diff
path: root/src/test/debuginfo/struct-in-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/struct-in-struct.rs')
-rw-r--r--src/test/debuginfo/struct-in-struct.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/debuginfo/struct-in-struct.rs b/src/test/debuginfo/struct-in-struct.rs
index 1e0b84f1ef1..4a7588b0bec 100644
--- a/src/test/debuginfo/struct-in-struct.rs
+++ b/src/test/debuginfo/struct-in-struct.rs
@@ -16,10 +16,7 @@
 
 // === GDB TESTS ===================================================================================
 
-// gdb-command:set print pretty off
-// gdb-command:rbreak zzz
 // gdb-command:run
-// gdb-command:finish
 
 // gdb-command:print three_simple_structs
 // gdb-check:$1 = {x = {x = 1}, y = {x = 2}, z = {x = 3}}