about summary refs log tree commit diff
path: root/src/test/debuginfo/packed-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/packed-struct.rs')
-rw-r--r--src/test/debuginfo/packed-struct.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/debuginfo/packed-struct.rs b/src/test/debuginfo/packed-struct.rs
index 906a1f4685b..93941823fbc 100644
--- a/src/test/debuginfo/packed-struct.rs
+++ b/src/test/debuginfo/packed-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 packed
 // gdb-check:$1 = {x = 123, y = 234, z = 345}