about summary refs log tree commit diff
path: root/src/test/ui/token/issue-41155.rs
AgeCommit message (Collapse)AuthorLines
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-15/+0
2018-03-14Add empty main() to tests where it is missing.Eric Huss-0/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-04-10Point at only one char on `Span::next_point`Esteban Küber-0/+13
Avoid pointing at two chars so the diagnostic output doesn't display a multiline span when starting beyond a line end.