]> git.lizzy.rs Git - rust.git/commitdiff
fix compiletest
authorJorge Aparicio <japaricious@gmail.com>
Wed, 28 Sep 2016 04:03:29 +0000 (23:03 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Wed, 28 Sep 2016 04:03:29 +0000 (23:03 -0500)
src/tools/compiletest/src/main.rs

index 4afeb3613319b025bb8291e5d03ce4cf622a8a7c..114cfaf7972ea51481a176ebd1800a1bca13185c 100644 (file)
@@ -313,6 +313,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
         },
         color: test::AutoColor,
         test_threads: None,
+        skip: vec![],
     }
 }