From 9968ae255495704cb0c3fc1f43d2df2e84c20d5e Mon Sep 17 00:00:00 2001 From: Jonas Hietala Date: Sat, 23 Aug 2014 12:41:32 +0200 Subject: Adjust the error messages to match the pattern "expected foo, found bar" Closes #8492 --- src/test/run-make/unicode-input/multiple_files.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/run-make/unicode-input/multiple_files.rs') diff --git a/src/test/run-make/unicode-input/multiple_files.rs b/src/test/run-make/unicode-input/multiple_files.rs index 295af0964b4..31802dd9f06 100644 --- a/src/test/run-make/unicode-input/multiple_files.rs +++ b/src/test/run-make/unicode-input/multiple_files.rs @@ -65,6 +65,6 @@ fn main() { // positive test so that this test will be updated when the // compiler changes. - assert!(err.as_slice().contains("expected item but found")) + assert!(err.as_slice().contains("expected item, found")) } } -- cgit 1.4.1-3-g733a5