Skip to content

Commit 1c60000

Browse files
committed
[Test][stdlib] Remove DONT-CHECK fallback
1 parent 01008da commit 1c60000

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/stdlib/KVOKeyPaths.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ print("target removed")
123123
// Swift 5.1 and later libraries.
124124
if #available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *) {
125125
print("-check-prefix=CHECK-51")
126-
} else {
127-
print("-check-prefix=DONT-CHECK")
128-
// Need at least one check, otherwise FileCheck will complain.
129-
// DONT-CHECK: {{.}}
130126
}
131127

132128
class Target2 : NSObject, NSKeyValueObservingCustomization {

0 commit comments

Comments
 (0)