fix codegen test failure
This commit is contained in:
parent
2c11c3d86c
commit
04fb9222f8
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue