diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:31:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:48:04 +0200 |
| commit | de93fb13feeb6263bef61d4035e78ab8651c5714 (patch) | |
| tree | 5528427835e57a72586d772c5f9e2ecac027d192 /tests/ui/consts/const-eval/parse_ints.rs | |
| parent | 20aa182235d6b27ecee519f1d18ee30f0d1c4a61 (diff) | |
| download | rust-de93fb13feeb6263bef61d4035e78ab8651c5714.tar.gz rust-de93fb13feeb6263bef61d4035e78ab8651c5714.zip | |
Add `ignore-backends` annotations in failing GCC backend ui tests
Diffstat (limited to 'tests/ui/consts/const-eval/parse_ints.rs')
| -rw-r--r-- | tests/ui/consts/const-eval/parse_ints.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/consts/const-eval/parse_ints.rs b/tests/ui/consts/const-eval/parse_ints.rs index 409fae9e51d..6a7e157ea50 100644 --- a/tests/ui/consts/const-eval/parse_ints.rs +++ b/tests/ui/consts/const-eval/parse_ints.rs @@ -1,3 +1,5 @@ +//@ ignore-backends: gcc + const _OK: () = match i32::from_str_radix("-1234", 10) { Ok(x) => assert!(x == -1234), Err(_) => panic!(), |
