Skip to content

Commit 17e70c8

Browse files
authored
Merge pull request swiftlang#33521 from gottesmm/pr-7a2a579a88e478b1653f746f5ec8486f2ca38fa6
[opt-remark] Re-enable test case removing even more stdlib specific type names.
2 parents 847c9fb + a5cf594 commit 17e70c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SILOptimizer/opt-remark-generator-yaml.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar66330768
21
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-opt-remark-gen -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil %s -o /dev/null -Xfrontend -verify
32

43
// RUN: %empty-directory(%t)
@@ -54,7 +53,7 @@ public func getGlobal() -> Klass {
5453
// CHECK-NEXT: Function: 'useGlobal()'
5554
// CHECK-NEXT: Args:
5655
// CHECK-NEXT: - String: 'release of type '''
57-
// CHECK-NEXT: - ValueType: {{'Array<Any>'|__ContiguousArrayStorageBase}}
56+
// CHECK-NEXT: - ValueType:
5857
// CHECK-NEXT: - String: ''''
5958
// CHECK-NEXT: ...
6059
// CHECK-NEXT: --- !Missed

0 commit comments

Comments
 (0)