diff options
| author | P1start <rewi-github@whanau.org> | 2015-01-16 16:04:28 +1300 |
|---|---|---|
| committer | P1start <rewi-github@whanau.org> | 2015-02-02 15:30:35 +1300 |
| commit | 597b4fa984d866154f5e23244a4a48c787af43fd (patch) | |
| tree | 4cf13a45ef5c345f0687fdfc1656d1494929a17f /src/test/compile-fail/removed-syntax-fixed-vec.rs | |
| parent | ca4b9674c26c1de07a2042cb68e6a062d7184cef (diff) | |
| download | rust-597b4fa984d866154f5e23244a4a48c787af43fd.tar.gz rust-597b4fa984d866154f5e23244a4a48c787af43fd.zip | |
Tweak some ‘expected…’ error messages
Fixes #21153.
Diffstat (limited to 'src/test/compile-fail/removed-syntax-fixed-vec.rs')
| -rw-r--r-- | src/test/compile-fail/removed-syntax-fixed-vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/removed-syntax-fixed-vec.rs b/src/test/compile-fail/removed-syntax-fixed-vec.rs index 0ca2380ef68..0e8e20b3891 100644 --- a/src/test/compile-fail/removed-syntax-fixed-vec.rs +++ b/src/test/compile-fail/removed-syntax-fixed-vec.rs @@ -8,4 +8,4 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -type v = [isize * 3]; //~ ERROR expected one of `(`, `+`, `::`, `;`, or `]`, found `*` +type v = [isize * 3]; //~ ERROR expected one of `(`, `+`, `::`, `;`, `<`, or `]`, found `*` |
