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 580f2e4 commit d947259Copy full SHA for d947259
test/stdlib/KVOKeyPaths.swift
@@ -1,8 +1,7 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -o %t/a.out
3
// 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
+// RUN: %target-run %t/a.out | %FileCheck --check-prefixes=CHECK,CHECK-51,DONT-CHECK %s
6
// REQUIRES: executable_test
7
8
// REQUIRES: objc_interop
0 commit comments