Skip to content

Commit 7d5d1a3

Browse files
committed
test: Add no-reformat directive to compile-fail/issue-1362
1 parent 664d9cc commit 7d5d1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/compile-fail/issue-1362.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Regression test for issue #1362
2-
// (without out that fix the location will be bogus)
1+
// Regression test for issue #1362 - without that fix the span will be bogus
2+
// no-reformat
33
fn main() {
44
let x: uint = 20; //! ERROR mismatched types
55
}

0 commit comments

Comments
 (0)