Remove restricted keyword tests

This commit is contained in:
Brian Anderson 2012-09-14 16:16:46 -07:00
parent bc96ea2a18
commit c7e5c870f3
2 changed files with 0 additions and 12 deletions

View File

@ -1,7 +0,0 @@
// error-pattern:found `fail` in restricted position
fn main() {
match true {
{fail} { }
}
}

View File

@ -1,5 +0,0 @@
// error-pattern:found `fail` in restricted position
fn main() {
enum fail = int;
}