diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-08 22:05:56 +1100 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-01-08 11:02:24 -0500 |
| commit | 441044f071181b52144bad15a50bf91dc06771a5 (patch) | |
| tree | b25ff0d0753c6cfd459e0b37ec7f16a00e09c3e2 /src/test/compile-fail/array-old-syntax-2.rs | |
| parent | 85f961e2ccf056965fd7a95c44ce0922a865ae8d (diff) | |
| download | rust-441044f071181b52144bad15a50bf91dc06771a5.tar.gz rust-441044f071181b52144bad15a50bf91dc06771a5.zip | |
Update compile-fail tests to use is/us, not i/u.
Diffstat (limited to 'src/test/compile-fail/array-old-syntax-2.rs')
| -rw-r--r-- | src/test/compile-fail/array-old-syntax-2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/array-old-syntax-2.rs b/src/test/compile-fail/array-old-syntax-2.rs index df2cc305ca8..c1b88290bc3 100644 --- a/src/test/compile-fail/array-old-syntax-2.rs +++ b/src/test/compile-fail/array-old-syntax-2.rs @@ -11,5 +11,5 @@ // Test that the old repeating array syntax gives an error. fn main() { - let _ = [0i, ..3]; //~ ERROR + let _ = [0is, ..3]; //~ ERROR } |
