diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 15f8abd75d5..32965bbb292 100644 --- 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, } }