Skip to content

Commit

Permalink
revert change to test file as per review request
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Mar 29, 2019
1 parent 9ea6790 commit 3592079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/ui/parser/pat-tuple-1.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
fn main() {
match (0, 1) {
(, ..) => {}
//~^ ERROR expected pattern, found `,`
(, ..) => {} //~ ERROR expected pattern, found `,`
}
}

0 comments on commit 3592079

Please sign in to comment.