Skip to content

Commit

Permalink
avoid excessive number of revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 19, 2020
1 parent 5e19350 commit 58bb47e
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 452 deletions.
48 changes: 0 additions & 48 deletions src/test/ui/consts/const-err2.default.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/consts/const-err2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// optimized compilation and unoptimized compilation and thus would
// lead to different lints being emitted

// revisions: default noopt opt opt_with_overflow_checks
// revisions: noopt opt opt_with_overflow_checks
//[noopt]compile-flags: -C opt-level=0
//[opt]compile-flags: -O
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
Expand Down
72 changes: 0 additions & 72 deletions src/test/ui/consts/const-eval/promoted_errors.default.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/consts/const-eval/promoted_errors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// revisions: default noopt opt opt_with_overflow_checks
// revisions: noopt opt opt_with_overflow_checks
//[noopt]compile-flags: -C opt-level=0
//[opt]compile-flags: -O
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/consts/issue-64059.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// revisions: default noopt opt opt_with_overflow_checks
// revisions: noopt opt opt_with_overflow_checks
//[noopt]compile-flags: -C opt-level=0
//[opt]compile-flags: -O
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
Expand Down
30 changes: 0 additions & 30 deletions src/test/ui/consts/issue-69020.default.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/consts/issue-69020.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// revisions: default noopt opt opt_with_overflow_checks
// revisions: noopt opt opt_with_overflow_checks
//[noopt]compile-flags: -C opt-level=0
//[opt]compile-flags: -O
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
Expand Down
150 changes: 0 additions & 150 deletions src/test/ui/issues/issue-8460-const.default.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-8460-const.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// revisions: default noopt opt opt_with_overflow_checks
// revisions: noopt opt opt_with_overflow_checks
//[noopt]compile-flags: -C opt-level=0
//[opt]compile-flags: -O
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
Expand Down
Loading

0 comments on commit 58bb47e

Please sign in to comment.