Skip to content

Commit 67a9fe0

Browse files
committed
Temporarily disable on Windows
1 parent a1bc577 commit 67a9fe0

File tree

1 file changed

+2
-0
lines changed
  • test/ClangImporter/InternalBridgingHeader

1 file changed

+2
-0
lines changed

test/ClangImporter/InternalBridgingHeader/pch.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@
4747
// 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
4848
// NO-VALIDATION: PCH file {{.*}} not found
4949

50+
// UNSUPPORTED: OS=windows-msvc
51+
5052
func getX(point: MyPoint) -> Double { point.x }

0 commit comments

Comments
 (0)