auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton
Very minor modification of just one test case. Fixes #12787.
This commit is contained in:
commit
2682c47dfb
@ -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…
Reference in New Issue
Block a user