diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-03-28 20:10:00 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-03-29 06:41:15 -0700 |
| commit | 3592079765d4d76f19b3a9501de5f8cc47f11a04 (patch) | |
| tree | 0496a13993d1a89640bccb7487fc525e7bd8e553 | |
| parent | 9ea6790a6444fbf65d0cba9c9518abf70077f3de (diff) | |
| download | rust-3592079765d4d76f19b3a9501de5f8cc47f11a04.tar.gz rust-3592079765d4d76f19b3a9501de5f8cc47f11a04.zip | |
revert change to test file as per review request
| -rw-r--r-- | src/test/ui/parser/pat-tuple-1.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/ui/parser/pat-tuple-1.rs b/src/test/ui/parser/pat-tuple-1.rs index d76096c2598..0e49b547f7d 100644 --- a/src/test/ui/parser/pat-tuple-1.rs +++ b/src/test/ui/parser/pat-tuple-1.rs @@ -1,6 +1,5 @@ fn main() { match (0, 1) { - (, ..) => {} - //~^ ERROR expected pattern, found `,` + (, ..) => {} //~ ERROR expected pattern, found `,` } } |
