[Test][stdlib] Remove DONT-CHECK fallback

This commit is contained in:
Ramon Asuncion
2025-10-13 07:50:03 -07:00
parent 01008dac42
commit 1c600005c4

View File

@@ -123,10 +123,6 @@ print("target removed")
// Swift 5.1 and later libraries.
if #available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *) {
print("-check-prefix=CHECK-51")
} else {
print("-check-prefix=DONT-CHECK")
// Need at least one check, otherwise FileCheck will complain.
// DONT-CHECK: {{.}}
}
class Target2 : NSObject, NSKeyValueObservingCustomization {