Skip to content

Commit

Permalink
Rollup merge of #134398 - mustartt:aix-alignment-test-fix, r=compiler…
Browse files Browse the repository at this point in the history
…-errors

AIX: add alignment info for test

Supply alignment and size info for test cases for AIX.
  • Loading branch information
jhpratt authored Dec 17, 2024
2 parents 40ce4e0 + 2b7c0a8 commit 3e93f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/intrinsics/intrinsic-alignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use std::intrinsics as rusti;

#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
Expand Down
1 change: 1 addition & 0 deletions tests/ui/structs-enums/rec-align-u64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct Outer {
}

#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
Expand Down

0 comments on commit 3e93f2b

Please sign in to comment.