Skip to content

Commit 08c54b6

Browse files
authored
Merge pull request #68680 from Azoy/fix-test
[test] Update IRGen/raw_layout_multifile.swift
2 parents 397a25c + d0b2be7 commit 08c54b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/IRGen/raw_layout_multifile.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ struct BadBuffer: ~Copyable {
3232
// CHECK-SAME: , {{i64|i32}} 8
3333
// stride
3434
// CHECK-SAME: , {{i64|i32}} 8
35-
// flags: alignment 7, noncopyable
36-
// CHECK-SAME: , <i32 0x800007>
35+
// flags-32: alignment 7, noncopyable, is not inline
36+
// CHECK-SAME-32: , <i32 0x820007>
37+
// flags-64: alignment 7, noncopyable
38+
// CHECK-SAME-64: , <i32 0x800007>
3739
struct Weird: ~Copyable {
3840
let value = UnsafeCell<Int64>()
3941
}

0 commit comments

Comments
 (0)