diff options
| author | bors <bors@rust-lang.org> | 2013-11-04 17:22:03 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-11-04 17:22:03 -0800 |
| commit | 72e432df9dc5f546d522654336a38213af69cac8 (patch) | |
| tree | 02daac9b8f838b154fd45e61c02b0e8b5beb67d5 | |
| parent | 658637baf45b41e4cff049440bc07f267d810218 (diff) | |
| parent | e7a67829487b8a8fdf19f04b9c26664b3bbd9a11 (diff) | |
| download | rust-72e432df9dc5f546d522654336a38213af69cac8.tar.gz rust-72e432df9dc5f546d522654336a38213af69cac8.zip | |
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.
| -rw-r--r-- | src/test/debug-info/basic-types-metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debug-info/basic-types-metadata.rs b/src/test/debug-info/basic-types-metadata.rs index e8ce7bd2366..b1f83fa24dc 100644 --- a/src/test/debug-info/basic-types-metadata.rs +++ b/src/test/debug-info/basic-types-metadata.rs @@ -44,7 +44,7 @@ // check:type = f64 // debugger:info functions _yyy // check:[...] -// check:! basic-types-metadata::_yyy()(); +// check:![...]_yyy()(); // debugger:detach // debugger:quit |
