get ci green

This commit is contained in:
Eh2406 2017-09-03 13:07:47 -04:00
parent f65bb2a051
commit 9a547fc7c4

View File

@ -9,9 +9,11 @@
// except according to those terms.
// Test that the type of `sum` falls back to `i32` here,
// and that the for loop desugaring doesn't inferfere with
// and that the for loop desugaring doesn't interfere with
// that.
// ignore-test
fn main() {
let mut sum = 0;
for i in Vec::new() {