about summary refs log tree commit diff
path: root/src/test/compile-fail/meta-expected-error-wrong-rev.rs
AgeCommit message (Collapse)AuthorLines
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-16/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Moved tests back to compile-test if they don't work on ui.David Wood-0/+26
2018-08-14Moved compile-fail tests to ui tests.David Wood-24/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-03-02rename should-panic to should-fail, per acrichto's suggestionNiko Matsakis-1/+1
2016-03-02make it possible for a test to declare `should-panic`Niko Matsakis-0/+25
and write a really basic "meta test" of the compilertest framework