Skip to content

Commit 4b98f6c

Browse files
committed
[Test] Fix capitalisation of 'FileCheck'
1 parent 853d3c8 commit 4b98f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serialization/nested-protocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// 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
3+
// RUN: %target-swift-frontend -emit-sil %s -I %t | FileCheck %s
44
import nestedprotocolsource
55

66
// CHECK: usesNested<A>(_:)

0 commit comments

Comments
 (0)