We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c9fb commit a5cf594Copy full SHA for a5cf594
test/SILOptimizer/opt-remark-generator-yaml.swift
@@ -1,4 +1,3 @@
1
-// REQUIRES: rdar66330768
2
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-opt-remark-gen -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil %s -o /dev/null -Xfrontend -verify
3
4
// RUN: %empty-directory(%t)
@@ -54,7 +53,7 @@ public func getGlobal() -> Klass {
54
53
// CHECK-NEXT: Function: 'useGlobal()'
55
// CHECK-NEXT: Args:
56
// CHECK-NEXT: - String: 'release of type '''
57
-// CHECK-NEXT: - ValueType: {{'Array<Any>'|__ContiguousArrayStorageBase}}
+// CHECK-NEXT: - ValueType:
58
// CHECK-NEXT: - String: ''''
59
// CHECK-NEXT: ...
60
// CHECK-NEXT: --- !Missed
0 commit comments