Skip to content

Commit afe214c

Browse files
committed
---
yaml --- r: 348517 b: refs/heads/master c: 9f43e93 h: refs/heads/master i: 348515: f443af4
1 parent 871a24c commit afe214c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7222d08912b81f22e7944da412a648a7ea54ce6b
2+
refs/heads/master: 9f43e93d739d81631ce9d10b2008bc141812aa9e
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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> {

trunk/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)