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 54f5f74 commit 01008daCopy full SHA for 01008da
test/stdlib/KVOKeyPaths.swift
@@ -1,7 +1,9 @@
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 | %FileCheck --check-prefixes=CHECK,CHECK-51,DONT-CHECK %s
+// RUN: %target-run %t/a.out > %t/output.txt
5
+// RUN: %FileCheck %s < %t/output.txt
6
+// RUN: grep "check-prefix=CHECK-51" %t/output.txt && %FileCheck %s --check-prefix=CHECK-51 < %t/output.txt
7
// REQUIRES: executable_test
8
9
// REQUIRES: objc_interop
0 commit comments