diff options
| author | Jared Roesch <roeschinc@gmail.com> | 2015-08-05 14:18:29 -0700 |
|---|---|---|
| committer | Jared Roesch <roeschinc@gmail.com> | 2015-08-06 00:46:51 -0700 |
| commit | 83e43bb728b95d52039824d63b1ba5bbde5c5d7b (patch) | |
| tree | c921b41c9a919d47cf31348481bfd2b2f488edb4 /src/test/parse-fail/removed-syntax-fixed-vec.rs | |
| parent | 471370a16b05d15ae769e96b90d1a306a469baca (diff) | |
| download | rust-83e43bb728b95d52039824d63b1ba5bbde5c5d7b.tar.gz rust-83e43bb728b95d52039824d63b1ba5bbde5c5d7b.zip | |
Fix expected parse error
Diffstat (limited to 'src/test/parse-fail/removed-syntax-fixed-vec.rs')
| -rw-r--r-- | src/test/parse-fail/removed-syntax-fixed-vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/removed-syntax-fixed-vec.rs b/src/test/parse-fail/removed-syntax-fixed-vec.rs index ae61d1ea858..0f34db08852 100644 --- a/src/test/parse-fail/removed-syntax-fixed-vec.rs +++ b/src/test/parse-fail/removed-syntax-fixed-vec.rs @@ -10,4 +10,4 @@ // compile-flags: -Z parse-only -type v = [isize * 3]; //~ ERROR expected one of `(`, `+`, `::`, `;`, `<`, or `]`, found `*` +type v = [isize * 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*` |
