Skip to content

Commit 5c2d6ac

Browse files
authored
Merge pull request #21047 from slavapestov/fix-inlinable-bitfields-test
Fix inlinable_bitfields test for 32-bit
2 parents bf2a471 + 34e73fd commit 5c2d6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/inlinable_bitfields.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public func g(_ m: MM) -> UInt32 {
1313

1414
// Just make sure this is a definition and not a declaration...
1515

16-
// CHECK: define internal i32 @"$ModRM$rm$getter"([[INT]] %.coerce)
16+
// CHECK: define internal i32 @"$ModRM$rm$getter"

0 commit comments

Comments
 (0)