fix codegen test failure

This commit is contained in:
Ralf Jung 2022-05-09 18:10:21 +02:00
parent 2c11c3d86c
commit 04fb9222f8

View file

@ -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),