diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2016-09-27 23:03:29 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2016-09-27 23:03:29 -0500 |
| commit | 45916ec6864e166b23148caee4081bbeac2d992e (patch) | |
| tree | 267429f8c17a5d8d126515551151741ae9ad6e45 /src | |
| parent | adf85d35c70916297729a157f93df08d0c15be6c (diff) | |
| download | rust-45916ec6864e166b23148caee4081bbeac2d992e.tar.gz rust-45916ec6864e166b23148caee4081bbeac2d992e.zip | |
fix compiletest
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 4afeb361331..114cfaf7972 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -313,6 +313,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { }, color: test::AutoColor, test_threads: None, + skip: vec![], } } |
