From 961ba78be7a71715afa9b19a6e91754deb9e2e20 Mon Sep 17 00:00:00 2001 From: mcarton Date: Thu, 29 Sep 2016 17:16:51 +0200 Subject: [PATCH] Rustup to *rustc 1.14.0-nightly (86affcdf6 2016-09-28)* --- src/compiletest.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiletest.rs b/src/compiletest.rs index e805911..68e6f3a 100644 --- a/src/compiletest.rs +++ b/src/compiletest.rs @@ -138,6 +138,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { }, color: test::AutoColor, test_threads: None, + skip: vec![], } }