[PATCH] Fix compiletest fallout from stage0 bump
authorMark Rousskov <mark.simulacrum@gmail.com>
Wed, 18 Dec 2019 18:28:14 +0000 (13:28 -0500)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Tue, 8 Sep 2020 16:38:19 +0000 (17:38 +0100)
Gbp-Pq: Name 0001-Fix-compiletest-fallout-from-stage0-bump.patch

src/tools/compiletest/src/main.rs

index 15f8abd75d59a9c0061f3cb6cbf1fc065892c7e5..32965bbb292da420dcd97136671f80477f98960b 100644 (file)
@@ -569,6 +569,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
         list: false,
         options: test::Options::new(),
         time_options: None,
+        force_run_in_process: false,
     }
 }