Skip to content

Commit 04fb922

Browse files
committed
fix codegen test failure
1 parent 2c11c3d commit 04fb922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/align-struct.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub enum Enum4 {
1919
A(i32),
2020
B(i32),
2121
}
22-
// CHECK: %"Enum4::A" = type { [1 x i32], i32 }
22+
// No Aggregate type, and hence nothing in LLVM IR.
2323

2424
pub enum Enum64 {
2525
A(Align64),

0 commit comments

Comments
 (0)