Skip to content

Commit 9d11068

Browse files
incr.comp.: Make compiletest generate shorter cache directory names.
1 parent a3dc5f9 commit 9d11068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ actual:\n\
20412041

20422042
/// Directory where incremental work products are stored.
20432043
fn incremental_dir(&self) -> PathBuf {
2044-
self.output_base_name().with_extension("incremental")
2044+
self.output_base_name().with_extension("inc")
20452045
}
20462046

20472047
fn run_rmake_test(&self) {

0 commit comments

Comments
 (0)