From de03900464dfb52c643263317bdfa24353725cd1 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 14 Mar 2014 18:23:45 +0100 Subject: [PATCH] debuginfo: Make limited-debuginfo test case more robust against GDB output variations. Fixes issue #12787. --- src/test/debug-info/limited-debuginfo.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/debug-info/limited-debuginfo.rs b/src/test/debug-info/limited-debuginfo.rs index 3102d996717..9fb86881ab5 100644 --- a/src/test/debug-info/limited-debuginfo.rs +++ b/src/test/debug-info/limited-debuginfo.rs @@ -14,10 +14,10 @@ // Make sure functions have proper names // debugger:info functions -// check:static void [...]main(); -// check:static void [...]some_function(); -// check:static void [...]some_other_function(); -// check:static void [...]zzz(); +// check:[...]void[...]main([...]); +// check:[...]void[...]some_function([...]); +// check:[...]void[...]some_other_function([...]); +// check:[...]void[...]zzz([...]); // debugger:rbreak zzz // debugger:run