diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-23 14:19:21 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-23 17:37:15 -0800 |
| commit | 7d5d1a311eb8cbb6a8e9ea44528b406e9cf822d0 (patch) | |
| tree | 83a000caf0ad02b3fdd1e6bff769c1fc6b5aad26 | |
| parent | 664d9cc86fe4e2eb24e85677c27b576fbcfc316b (diff) | |
| download | rust-7d5d1a311eb8cbb6a8e9ea44528b406e9cf822d0.tar.gz rust-7d5d1a311eb8cbb6a8e9ea44528b406e9cf822d0.zip | |
test: Add no-reformat directive to compile-fail/issue-1362
| -rw-r--r-- | src/test/compile-fail/issue-1362.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/compile-fail/issue-1362.rs b/src/test/compile-fail/issue-1362.rs index 685bc441943..9cdf905f81b 100644 --- a/src/test/compile-fail/issue-1362.rs +++ b/src/test/compile-fail/issue-1362.rs @@ -1,5 +1,5 @@ -// Regression test for issue #1362 -// (without out that fix the location will be bogus) +// Regression test for issue #1362 - without that fix the span will be bogus +// no-reformat fn main() { let x: uint = 20; //! ERROR mismatched types } |
