Skip to content

Commit 58bb47e

Browse files
committed
avoid excessive number of revisions
1 parent 5e19350 commit 58bb47e

11 files changed

+6
-452
lines changed

src/test/ui/consts/const-err2.default.stderr

-48
This file was deleted.

src/test/ui/consts/const-err2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// optimized compilation and unoptimized compilation and thus would
33
// lead to different lints being emitted
44

5-
// revisions: default noopt opt opt_with_overflow_checks
5+
// revisions: noopt opt opt_with_overflow_checks
66
//[noopt]compile-flags: -C opt-level=0
77
//[opt]compile-flags: -O
88
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O

src/test/ui/consts/const-eval/promoted_errors.default.stderr

-72
This file was deleted.

src/test/ui/consts/const-eval/promoted_errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// revisions: default noopt opt opt_with_overflow_checks
1+
// revisions: noopt opt opt_with_overflow_checks
22
//[noopt]compile-flags: -C opt-level=0
33
//[opt]compile-flags: -O
44
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O

src/test/ui/consts/issue-64059.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// revisions: default noopt opt opt_with_overflow_checks
1+
// revisions: noopt opt opt_with_overflow_checks
22
//[noopt]compile-flags: -C opt-level=0
33
//[opt]compile-flags: -O
44
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O

src/test/ui/consts/issue-69020.default.stderr

-30
This file was deleted.

src/test/ui/consts/issue-69020.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// revisions: default noopt opt opt_with_overflow_checks
1+
// revisions: noopt opt opt_with_overflow_checks
22
//[noopt]compile-flags: -C opt-level=0
33
//[opt]compile-flags: -O
44
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O

src/test/ui/issues/issue-8460-const.default.stderr

-150
This file was deleted.

src/test/ui/issues/issue-8460-const.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// revisions: default noopt opt opt_with_overflow_checks
1+
// revisions: noopt opt opt_with_overflow_checks
22
//[noopt]compile-flags: -C opt-level=0
33
//[opt]compile-flags: -O
44
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O

0 commit comments

Comments
 (0)