Skip to content

Commit 553ee69

Browse files
committed
Add ignore-pass directive to overflowing-ops tests
1 parent 35378df commit 553ee69

8 files changed

+857
-855
lines changed

tests/ui/lint/lint-overflowing-ops-consts.noopt.stderr

+142-142
Large diffs are not rendered by default.

tests/ui/lint/lint-overflowing-ops-consts.opt.stderr

+142-142
Large diffs are not rendered by default.

tests/ui/lint/lint-overflowing-ops-consts.opt_with_overflow_checks.stderr

+142-142
Large diffs are not rendered by default.

tests/ui/lint/lint-overflowing-ops-consts.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//[noopt]compile-flags: -C opt-level=0
66
//[opt]compile-flags: -O
77
//[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
8+
// ignore-pass (test tests codegen-time behaviour)
89

910

1011
#[cfg(target_pointer_width = "32")]

0 commit comments

Comments
 (0)