Skip to content

Commit fdaf1ba

Browse files
authored
Merge pull request #19433 from aschwaighofer/fix_objc_subclass_the_2nd
2 parents 8ba8222 + 511907b commit fdaf1ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/IRGen/objc_subclass.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
// REQUIRES: objc_interop
66

7+
// The order of the output seems to change between asserts/noasserts build of
8+
// the stlib.
9+
// REQUIRES: swift_stdlib_asserts
10+
711
// CHECK: [[SGIZMO:T13objc_subclass10SwiftGizmoC]] = type
812
// CHECK: [[OBJC_CLASS:%objc_class]] = type
913
// CHECK: [[OPAQUE:%swift.opaque]] = type

0 commit comments

Comments
 (0)