about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/issue-11715.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-95/+0
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-0/+5
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, ↵Felix S. Klock II-2/+2
including NLL. NOTE: I was careful to make each change in a manner that preserves the existing diagnostic output (usually by ensuring that no lines were added or removed). This means that the resulting source files are not as nice to read as they were at the start. But we will have to review these cases by hand anyway as follow-up work, so cleanup could reasonably happen then (or not at all).
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-1/+1
2016-08-16RUST_NEW_ERROR_FORMAT is no moreSeo Sanghyeon-4/+1
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-0/+104