From 65dd6218afe62fa36e701ceb27bd4e17ec764acc Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Fri, 14 Jun 2013 12:23:42 -0700 Subject: Fixed remaining issues to pass debug-test/* tests. Made debugger scripts source line insensitive. --- src/test/debug-info/struct.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/test/debug-info/struct.rs') diff --git a/src/test/debug-info/struct.rs b/src/test/debug-info/struct.rs index 16ba6cda590..ddfac9cbeea 100644 --- a/src/test/debug-info/struct.rs +++ b/src/test/debug-info/struct.rs @@ -8,12 +8,13 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-test +// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249 // compile-flags:-Z extra-debug-info // debugger:set print pretty off -// debugger:break 29 +// debugger:break _zzz // debugger:run +// debugger:finish // debugger:print pair // check:$1 = {x = 1, y = 2} // debugger:print pair.x @@ -28,5 +29,7 @@ struct Pair { fn main() { let pair = Pair { x: 1, y: 2 }; - let _z = (); + _zzz(); } + +fn _zzz() {()} \ No newline at end of file -- cgit 1.4.1-3-g733a5