about summary refs log tree commit diff
path: root/src/test/parse-fail/removed-syntax-fixed-vec.rs
diff options
context:
space:
mode:
authorJared Roesch <roeschinc@gmail.com>2015-08-05 14:18:29 -0700
committerJared Roesch <roeschinc@gmail.com>2015-08-06 00:46:51 -0700
commit83e43bb728b95d52039824d63b1ba5bbde5c5d7b (patch)
treec921b41c9a919d47cf31348481bfd2b2f488edb4 /src/test/parse-fail/removed-syntax-fixed-vec.rs
parent471370a16b05d15ae769e96b90d1a306a469baca (diff)
downloadrust-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.rs2
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 `*`