From e7a67829487b8a8fdf19f04b9c26664b3bbd9a11 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 4 Nov 2013 17:11:44 -0800 Subject: [PATCH] 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. --- src/test/debug-info/basic-types-metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/debug-info/basic-types-metadata.rs b/src/test/debug-info/basic-types-metadata.rs index e8ce7bd236686..b1f83fa24dc39 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