Skip to content

Commit a5cf594

Browse files
committed
[opt-remark] Re-enable test case removing even more stdlib specific type names.
No more references to any Array, ContiguousArray, etc. So we should be ok. rdar://66330768
1 parent 847c9fb commit a5cf594

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)