Temporarily disable on Windows

This commit is contained in:
Doug Gregor
2025-09-22 16:36:05 -07:00
parent a1bc577720
commit 67a9fe09d6

View File

@@ -47,4 +47,6 @@
// RUN: not %target-swift-frontend -typecheck %s -internal-import-bridging-header %S/../Inputs/c-bridging-header.h -pch-output-dir %t/no-pch -pch-disable-validation -sdk %clang-importer-sdk 2>&1 | %FileCheck %s -check-prefix=NO-VALIDATION
// NO-VALIDATION: PCH file {{.*}} not found
// UNSUPPORTED: OS=windows-msvc
func getX(point: MyPoint) -> Double { point.x }