about summary refs log tree commit diff
path: root/src/test/debug-info/function-arguments.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debug-info/function-arguments.rs')
-rw-r--r--src/test/debug-info/function-arguments.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/debug-info/function-arguments.rs b/src/test/debug-info/function-arguments.rs
index 5a410ef6462..6ae7b027075 100644
--- a/src/test/debug-info/function-arguments.rs
+++ b/src/test/debug-info/function-arguments.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // compile-flags:-Z extra-debug-info
-// debugger:break zzz
+// debugger:rbreak zzz
 // debugger:run
 // debugger:finish
 
@@ -43,4 +43,4 @@ fn fun(x: int, y: bool) -> (int, bool) {
     (x, y)
 }
 
-fn zzz() {()}
\ No newline at end of file
+fn zzz() {()}