Skip to content

Commit

Permalink
fix codegen test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 9, 2022
1 parent 2c11c3d commit 04fb922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/codegen/align-struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub enum Enum4 {
A(i32),
B(i32),
}
// CHECK: %"Enum4::A" = type { [1 x i32], i32 }
// No Aggregate type, and hence nothing in LLVM IR.

pub enum Enum64 {
A(Align64),
Expand Down

0 comments on commit 04fb922

Please sign in to comment.