Skip to content

Commit fe5431e

Browse files
committed
---
yaml --- r: 105258 b: refs/heads/master c: 486a25a h: refs/heads/master v: v3
1 parent 778a87d commit fe5431e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8a32ee7444f9d9e3b8ea38ead0814cf13dd6e7cc
2+
refs/heads/master: 486a25a30fa484aa7cea2df933fb623588d4eefd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b8601a3d8b91ad3b653d143307611f2f5c75617e
55
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13

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

Lines changed: 5 additions & 5 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 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();
2121

2222
// debugger:rbreak zzz
2323
// debugger:run
@@ -49,4 +49,4 @@ fn some_function(a: int, b: int) {
4949
zzz();
5050
}
5151

52-
fn some_other_function(a: int, b: int) -> bool { true }
52+
fn some_other_function(a: int, b: int) -> bool { true }

0 commit comments

Comments
 (0)