parser: remove support for a recovery test case

I don't understand the idea here of this kind of recovery. If we
want to resurrect this test case we need some comments on it to explain
the purpose, example use cases, expected behavior, etc.
This commit is contained in:
Andrew Kelley 2021-02-21 17:37:39 -07:00
parent 866f7dc7d6
commit 2da2123128

View File

@ -4187,16 +4187,6 @@ test "recovery: invalid container members" {
});
}
//test "recovery: invalid parameter" {
// try testError(
// \\fn main() void {
// \\ a(comptime T: type)
// \\}
// , &[_]Error{
// .expected_token,
// });
//}
//test "recovery: extra '}' at top level" {
// try testError(
// \\}}}