diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 34435819a2c4..b115539b4af3 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -568,6 +568,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { skip: vec![], list: false, options: test::Options::new(), + time_options: None, } } @@ -703,6 +704,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> Vec