diff options
Diffstat (limited to 'src/test/incremental/warnings-reemitted.rs')
| -rw-r--r-- | src/test/incremental/warnings-reemitted.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/incremental/warnings-reemitted.rs b/src/test/incremental/warnings-reemitted.rs deleted file mode 100644 index 0e6b8823241..00000000000 --- a/src/test/incremental/warnings-reemitted.rs +++ /dev/null @@ -1,9 +0,0 @@ -// revisions: cfail1 cfail2 cfail3 -// compile-flags: -Coverflow-checks=on -// build-pass - -#![warn(arithmetic_overflow)] - -fn main() { - let _ = 255u8 + 1; //~ WARNING operation will overflow -} |
