Skip to content

Commit 2682c47

Browse files
committed
auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton
Very minor modification of just one test case. Fixes #12787.
2 parents 1218f6d + de03900 commit 2682c47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
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)