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/test/compile-fail | |
| 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/test/compile-fail')
| -rw-r--r-- | src/test/compile-fail/multiline-comment-line-tracking.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/multiline-comment-line-tracking.rs b/src/test/compile-fail/multiline-comment-line-tracking.rs index 3f555bfc..a345425f 100644 --- a/src/test/compile-fail/multiline-comment-line-tracking.rs +++ b/src/test/compile-fail/multiline-comment-line-tracking.rs @@ -1,5 +1,5 @@ // -*- rust -*- -// error-pattern:9:2:E +// error-pattern:9:2 /* 1 * 2 |