about summary refs log tree commit diff
path: root/src/test/debuginfo/closure-in-generic-function.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/closure-in-generic-function.rs')
-rw-r--r--src/test/debuginfo/closure-in-generic-function.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/debuginfo/closure-in-generic-function.rs b/src/test/debuginfo/closure-in-generic-function.rs
index 5427a1cb4a3..673b4676a95 100644
--- a/src/test/debuginfo/closure-in-generic-function.rs
+++ b/src/test/debuginfo/closure-in-generic-function.rs
@@ -15,17 +15,14 @@
 
 // === GDB TESTS ===================================================================================
 
-// gdb-command:rbreak zzz
 // gdb-command:run
 
-// gdb-command:finish
 // gdb-command:print x
 // gdb-check:$1 = 0.5
 // gdb-command:print y
 // gdb-check:$2 = 10
 // gdb-command:continue
 
-// gdb-command:finish
 // gdb-command:print *x
 // gdb-check:$3 = 29
 // gdb-command:print *y