revert change to test file as per review request

This commit is contained in:
Esteban Küber 2019-03-28 20:10:00 -07:00
parent 9ea6790a64
commit 3592079765

View File

@ -1,6 +1,5 @@
fn main() { fn main() {
match (0, 1) { match (0, 1) {
(, ..) => {} (, ..) => {} //~ ERROR expected pattern, found `,`
//~^ ERROR expected pattern, found `,`
} }
} }