Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fc76bb2

Browse files
authored
Unrolled build for rust-lang#130973
Rollup merge of rust-lang#130973 - matthiaskrgr:crash_rename, r=jieyouxu compiletest: rename "runtest/crash.rs" to "runtest/crashes.rs" to be in line with the test directory r? jieyouxu
2 parents 612796c + 84c944c commit fc76bb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mod assembly;
3939
mod codegen;
4040
mod codegen_units;
4141
mod coverage;
42-
mod crash;
42+
mod crashes;
4343
mod debuginfo;
4444
mod incremental;
4545
mod js_doc;

0 commit comments

Comments
 (0)