Skip to content

Commit 1074bad

Browse files
committed
Rename test_build_base to test
1 parent ecaf7ac commit 1074bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_dev/src/bless.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ fn updated_since_clippy_build(path: &Path) -> Option<bool> {
8686

8787
fn build_dir() -> PathBuf {
8888
let mut path = std::env::current_exe().unwrap();
89-
path.set_file_name("test_build_base");
89+
path.set_file_name("test");
9090
path
9191
}

tests/compile-test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fn default_config() -> compiletest::Config {
128128
extern_flags(),
129129
));
130130

131-
config.build_base = profile_path.join("test_build_base");
131+
config.build_base = profile_path.join("test");
132132
config.rustc_path = profile_path.join(if cfg!(windows) {
133133
"clippy-driver.exe"
134134
} else {

0 commit comments

Comments
 (0)