Skip to content

Commit d32cbba

Browse files
authored
Merge pull request #75448 from gottesmm/pr-568f649d3e3cb538238beab823503244d556181f
[build-wrangler] Disable test that fails without an optimized_stdlib to get the build green.
2 parents 6cc0630 + 1c9a930 commit d32cbba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/IRGen/nested_generics.swift

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

55
// REQUIRES: PTRSIZE=64
66

7+
// This fails with an unoptimized stdlib. Disable it on that so we can get
8+
// builds green.
9+
//
10+
// rdar://131554269
11+
//
12+
// REQUIRES: optimized_stdlib
13+
714
func blah<T>(_: T.Type) {}
815

916
// CHECK-LABEL: define{{( dllexport)?}}{{( protected)?}} swiftcc void @"$s15nested_generics13makeAMetadatayyF"()

0 commit comments

Comments
 (0)