diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-11-04 17:11:44 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-11-04 17:11:44 -0800 |
| commit | e7a67829487b8a8fdf19f04b9c26664b3bbd9a11 (patch) | |
| tree | 02daac9b8f838b154fd45e61c02b0e8b5beb67d5 | |
| parent | 658637baf45b41e4cff049440bc07f267d810218 (diff) | |
| download | rust-e7a67829487b8a8fdf19f04b9c26664b3bbd9a11.tar.gz rust-e7a67829487b8a8fdf19f04b9c26664b3bbd9a11.zip | |
Relax the constraints on a debuginfo test
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 |
