test: Add no-reformat directive to compile-fail/issue-1362

This commit is contained in:
Brian Anderson 2012-01-23 14:19:21 -08:00
parent 664d9cc86f
commit 7d5d1a311e

View File

@ -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
}