about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-14 21:36:26 -0700
committerbors <bors@rust-lang.org>2014-03-14 21:36:26 -0700
commit2682c47dfbd2fde5a77cc025a352266d694280c4 (patch)
tree8edafcc81002cc3d690a4c4be5bcc62970ba16fc
parent1218f6db770f75b262b2feb84cffdc13e8461503 (diff)
parentde03900464dfb52c643263317bdfa24353725cd1 (diff)
downloadrust-2682c47dfbd2fde5a77cc025a352266d694280c4.tar.gz
rust-2682c47dfbd2fde5a77cc025a352266d694280c4.zip
auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton
Very minor modification of just one test case. Fixes #12787.
-rw-r--r--src/test/debug-info/limited-debuginfo.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/debug-info/limited-debuginfo.rs b/src/test/debug-info/limited-debuginfo.rs
index 3102d996717..9fb86881ab5 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 [...]main();
-// check:static void [...]some_function();
-// check:static void [...]some_other_function();
-// check:static void [...]zzz();
+// check:[...]void[...]main([...]);
+// check:[...]void[...]some_function([...]);
+// check:[...]void[...]some_other_function([...]);
+// check:[...]void[...]zzz([...]);
 
 // debugger:rbreak zzz
 // debugger:run