summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1362.rs
AgeCommit message (Collapse)AuthorLines
2012-01-23test: Add no-reformat directive to compile-fail/issue-1362Brian Anderson-2/+2
2012-01-23Add regression test for issue #1362.Kevin Atkinson-0/+8
Although its not really needed. Without that fix, reported spans will likely be bogus if the error is within the first couple of lines (probable around 5) of that file. Thus, many of the compile-fail tests will fail due to incorrect location.