Skip to content

Commit d947259

Browse files
committed
[Test][stdlib] Update KVOKeyPaths.swift to use --check-prefixes
1 parent 580f2e4 commit d947259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/stdlib/KVOKeyPaths.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
33
// RUN: %target-codesign %t/a.out
4-
// RUN: %target-run %t/a.out | grep 'check-prefix' > %t/prefix-option
5-
// RUN: %target-run %t/a.out | %FileCheck -check-prefix=CHECK `cat %t/prefix-option` %s
4+
// RUN: %target-run %t/a.out | %FileCheck --check-prefixes=CHECK,CHECK-51,DONT-CHECK %s
65
// REQUIRES: executable_test
76

87
// REQUIRES: objc_interop

0 commit comments

Comments
 (0)