Skip to content

Commit 72e432d

Browse files
committed
auto merge of #10276 : alexcrichton/rust/fix-debug-info, r=jdm
The snapshot just failed due to a debuginfo test failing, and according to its output at http://buildbot.rust-lang.org/builders/snap3-linux/builds/564/steps/test/logs/stdio it appears to be because the printed lines has a little less information than the original lines were checking for. I would suspect that this is just because of a slightly different version of gdb, but it's not that serious regardless.
2 parents 658637b + e7a6782 commit 72e432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debug-info/basic-types-metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// check:type = f64
4545
// debugger:info functions _yyy
4646
// check:[...]
47-
// check:! basic-types-metadata::_yyy()();
47+
// check:![...]_yyy()();
4848
// debugger:detach
4949
// debugger:quit
5050

0 commit comments

Comments
 (0)