debuginfo: Make limited-debuginfo test case more robust against GDB output variations.
Fixes issue #12787.
This commit is contained in:
parent
2585803ec1
commit
de03900464
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue