about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-12 00:32:03 -0700
committerbors <bors@rust-lang.org>2014-03-12 00:32:03 -0700
commit397abb7242b7d2d3e14a3a11b1ec8b5dadeea06f (patch)
treee515bb3b2824b0a4e8be20b4b24247859b9439a5 /src
parent8a32ee7444f9d9e3b8ea38ead0814cf13dd6e7cc (diff)
parent486a25a30fa484aa7cea2df933fb623588d4eefd (diff)
downloadrust-397abb7242b7d2d3e14a3a11b1ec8b5dadeea06f.tar.gz
rust-397abb7242b7d2d3e14a3a11b1ec8b5dadeea06f.zip
auto merge of #12839 : alexcrichton/rust/fix-snap, r=huonw
This test is blocking a snapshot. Apparently the snapshot bot doesn't print
'limited-debuginfo::main()' but rather just 'main()'. Who knew?
Diffstat (limited to 'src')
-rw-r--r--src/test/debug-info/limited-debuginfo.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/debug-info/limited-debuginfo.rs b/src/test/debug-info/limited-debuginfo.rs
index ccf1506a565..aa4454a5150 100644
--- a/src/test/debug-info/limited-debuginfo.rs
+++ b/src/test/debug-info/limited-debuginfo.rs
@@ -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 }
\ No newline at end of file
+fn some_other_function(a: int, b: int) -> bool { true }