diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-01-26 12:06:19 -0500 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-01-26 12:06:19 -0500 |
| commit | 70c129f79b42f6020b2342e81bf96a0c701ee9e2 (patch) | |
| tree | 1bc6f103724c2df51c2938aa82c22b15d40ccad2 /src/Makefile | |
| parent | Fix issue 207 by considering everything after the first : in the error-pattern (diff) | |
| download | rust-70c129f79b42f6020b2342e81bf96a0c701ee9e2.tar.xz rust-70c129f79b42f6020b2342e81bf96a0c701ee9e2.zip | |
Fix test now that we look at the full error-pattern. Also enable it for rustc.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 2aa5bbc7..dc1b96b5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -511,6 +511,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import4.rs \ import-loop.rs \ import-loop-2.rs \ + multiline-comment-line-tracking.rs \ while-type-error.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |