diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2015-02-21 11:49:15 +0100 | 
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2015-02-22 02:14:27 +0100 | 
| commit | 038d7e69e8861bd038e3dbd91adf078f72b6c887 (patch) | |
| tree | f0ae9fbd0357e88116f8136d8fb955151201cacc /src/test/parse-fail/empty-impl-semicolon.rs | |
| parent | 753db889149db712598ff2a1ee34885d7b9680cc (diff) | |
| download | rust-038d7e69e8861bd038e3dbd91adf078f72b6c887.tar.gz rust-038d7e69e8861bd038e3dbd91adf078f72b6c887.zip  | |
Fix test fallouts
Diffstat (limited to 'src/test/parse-fail/empty-impl-semicolon.rs')
| -rw-r--r-- | src/test/parse-fail/empty-impl-semicolon.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/empty-impl-semicolon.rs b/src/test/parse-fail/empty-impl-semicolon.rs index 70c7d42feb5..a2e780d49b8 100644 --- a/src/test/parse-fail/empty-impl-semicolon.rs +++ b/src/test/parse-fail/empty-impl-semicolon.rs @@ -8,4 +8,4 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -impl Foo; //~ ERROR expected one of `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;` +impl Foo; //~ ERROR expected one of `(`, `+`, `..`, `::`, `<`, `for`, `where`, or `{`, found `;`  | 
