Skip to content

Commit 9f43e93

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-rebranch
2 parents 7222d08 + dff4c78 commit 9f43e93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/SIL/Parser/available.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-sil-opt %s | %FileCheck %s
22
// RUN: %target-sil-opt %s | %target-sil-opt | %FileCheck %s
3+
// UNSUPPORTED: OS=windows-msvc
34

45
@available(*,unavailable,message: "it has been renamed")
56
public struct mmConstUnsafePointer<T> {

test/SIL/Serialization/available.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-sil-opt %s -emit-sib -o %t/tmp.sib -module-name available
44
// RUN: %target-sil-opt %t/tmp.sib -o %t/tmp.2.sib -module-name available
55
// RUN: %target-sil-opt %t/tmp.2.sib -module-name available | %FileCheck %s
6+
// UNSUPPORTED: OS=windows-msvc
67

78
import Builtin
89

0 commit comments

Comments
 (0)