diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2023-07-29 14:32:19 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2023-07-29 15:21:49 -0700 |
| commit | b2375fb9e2616e5f600752672c9b34d4df703348 (patch) | |
| tree | 38424b98f200cffaed0aa947a960826827dfdeac /tests/codegen | |
| parent | 03a57254b56886c43464e23b74af484d11374623 (diff) | |
| download | rust-b2375fb9e2616e5f600752672c9b34d4df703348.tar.gz rust-b2375fb9e2616e5f600752672c9b34d4df703348.zip | |
Ignore an AVR-inapplicable test
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/abi-main-signature-32bit-c-int.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/abi-main-signature-32bit-c-int.rs b/tests/codegen/abi-main-signature-32bit-c-int.rs index 0258ad9534b..34571823f13 100644 --- a/tests/codegen/abi-main-signature-32bit-c-int.rs +++ b/tests/codegen/abi-main-signature-32bit-c-int.rs @@ -3,6 +3,7 @@ // This test is for targets with 32bit c_int only. // ignore-msp430 +// ignore-avr fn main() { } |
