fix some cfail tests

This commit is contained in:
Jorge Aparicio 2015-01-30 10:51:34 -05:00
parent 60abb3bef2
commit b9a9030ed6
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
// except according to those terms.
#![deny(unused_variables)]
#![feature(core)]
fn main() {
for _ in 1is..101 {

View file

@ -11,6 +11,7 @@
#![deny(unused_variables)]
#![deny(unused_assignments)]
#![allow(dead_code, non_camel_case_types)]
#![feature(core)]
#![feature(os)]
fn f1(x: isize) {