File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
trunk/src/test/debug-info Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8a32ee7444f9d9e3b8ea38ead0814cf13dd6e7cc
2
+ refs/heads/master: 486a25a30fa484aa7cea2df933fb623588d4eefd
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: b8601a3d8b91ad3b653d143307611f2f5c75617e
5
5
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13
Original file line number Diff line number Diff line change 14
14
15
15
// Make sure functions have proper names
16
16
// debugger:info functions
17
- // check:static void limited-debuginfo:: main();
18
- // check:static void limited-debuginfo:: some_function();
19
- // check:static void limited-debuginfo:: some_other_function();
20
- // check:static void limited-debuginfo:: zzz();
17
+ // check:static void [...] main();
18
+ // check:static void [...] some_function();
19
+ // check:static void [...] some_other_function();
20
+ // check:static void [...] zzz();
21
21
22
22
// debugger:rbreak zzz
23
23
// debugger:run
@@ -49,4 +49,4 @@ fn some_function(a: int, b: int) {
49
49
zzz ( ) ;
50
50
}
51
51
52
- fn some_other_function ( a : int , b : int ) -> bool { true }
52
+ fn some_other_function ( a : int , b : int ) -> bool { true }
You can’t perform that action at this time.
0 commit comments