Skip to content

Commit 2bb451c

Browse files
committed
Fix generic_metatypes.swift test
1 parent d02aa14 commit 2bb451c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/generic_metatypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ func makeGenericMetatypes() {
146146
// CHECK: ret %swift.metadata_response
147147

148148
// CHECK: attributes [[NOUNWIND_READNONE]] = { nounwind readnone }
149-
// CHECK: attributes [[NOUNWIND_OPT]] = { nounwind "frame-pointer"="all" "target-cpu"
149+
// CHECK: attributes [[NOUNWIND_OPT]] = { noinline nounwind "frame-pointer"="none" "target-cpu"

0 commit comments

Comments
 (0)