mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Temporarily disable on Windows
This commit is contained in:
@@ -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
|
// 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
|
// NO-VALIDATION: PCH file {{.*}} not found
|
||||||
|
|
||||||
|
// UNSUPPORTED: OS=windows-msvc
|
||||||
|
|
||||||
func getX(point: MyPoint) -> Double { point.x }
|
func getX(point: MyPoint) -> Double { point.x }
|
||||||
|
|||||||
Reference in New Issue
Block a user