projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36e1ea
)
[PATCH] Fix compiletest fallout from stage0 bump
author
Mark Rousskov
<mark.simulacrum@gmail.com>
Wed, 18 Dec 2019 18:28:14 +0000
(13:28 -0500)
committer
Emilio 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
patch
|
blob
|
history
diff --git
a/src/tools/compiletest/src/main.rs
b/src/tools/compiletest/src/main.rs
index 15f8abd75d59a9c0061f3cb6cbf1fc065892c7e5..32965bbb292da420dcd97136671f80477f98960b 100644
(file)
--- a/
src/tools/compiletest/src/main.rs
+++ b/
src/tools/compiletest/src/main.rs
@@
-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,
}
}