mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
test: Relax a debuginfo test
This test is blocking a snapshot. Apparently the snapshot bot doesn't print 'limited-debuginfo::main()' but rather just 'main()'. Who knew?
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
|
||||
// Make sure functions have proper names
|
||||
// debugger:info functions
|
||||
// check:static void limited-debuginfo::main();
|
||||
// check:static void limited-debuginfo::some_function();
|
||||
// check:static void limited-debuginfo::some_other_function();
|
||||
// check:static void limited-debuginfo::zzz();
|
||||
// check:static void [...]main();
|
||||
// check:static void [...]some_function();
|
||||
// check:static void [...]some_other_function();
|
||||
// check:static void [...]zzz();
|
||||
|
||||
// debugger:rbreak zzz
|
||||
// debugger:run
|
||||
@@ -49,4 +49,4 @@ fn some_function(a: int, b: int) {
|
||||
zzz();
|
||||
}
|
||||
|
||||
fn some_other_function(a: int, b: int) -> bool { true }
|
||||
fn some_other_function(a: int, b: int) -> bool { true }
|
||||
|
||||
Reference in New Issue
Block a user