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 853d3c8 commit f71d7b1Copy full SHA for f71d7b1
test/Serialization/nested-protocols.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-swift-frontend -emit-module -module-name nestedprotocolsource -emit-module-path %t/nestedprotocolsource.swiftmodule -primary-file %S/Inputs/nested-protocols.swift
3
-// RUN: %target-swift-frontend -emit-sil %s -I %t | Filecheck %s
+// RUN: %target-swift-frontend -emit-sil %s -I %t | %FileCheck %s
4
import nestedprotocolsource
5
6
// CHECK: usesNested<A>(_:)
0 commit comments