Skip to content

Commit de03900

Browse files
debuginfo: Make limited-debuginfo test case more robust against GDB output variations.
Fixes issue #12787.
1 parent 2585803 commit de03900

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/debug-info/limited-debuginfo.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
// Make sure functions have proper names
1616
// debugger:info functions
17-
// check:static void [...]main();
18-
// check:static void [...]some_function();
19-
// check:static void [...]some_other_function();
20-
// check:static void [...]zzz();
17+
// check:[...]void[...]main([...]);
18+
// check:[...]void[...]some_function([...]);
19+
// check:[...]void[...]some_other_function([...]);
20+
// check:[...]void[...]zzz([...]);
2121

2222
// debugger:rbreak zzz
2323
// debugger:run

0 commit comments

Comments
 (0)