fix compiletest

This commit is contained in:
Jorge Aparicio 2016-09-27 23:03:29 -05:00
parent adf85d35c7
commit 45916ec686

View File

@ -313,6 +313,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
},
color: test::AutoColor,
test_threads: None,
skip: vec![],
}
}