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