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/index-bot.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/index-bot.rs')
| -rw-r--r-- | src/test/compile-fail/index-bot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/index-bot.rs b/src/test/compile-fail/index-bot.rs index bd01d45fd44..876c1e481f6 100644 --- a/src/test/compile-fail/index-bot.rs +++ b/src/test/compile-fail/index-bot.rs @@ -9,5 +9,5 @@ // except according to those terms. fn main() { - (return)[0u]; //~ ERROR the type of this value must be known in this context + (return)[0us]; //~ ERROR the type of this value must be known in this context } |
