File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7222d08912b81f22e7944da412a648a7ea54ce6b
2
+ refs/heads/master: 9f43e93d739d81631ce9d10b2008bc141812aa9e
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change 1
1
// RUN: %target-sil-opt %s | %FileCheck %s
2
2
// RUN: %target-sil-opt %s | %target-sil-opt | %FileCheck %s
3
+ // UNSUPPORTED: OS=windows-msvc
3
4
4
5
@available(*,unavailable,message: "it has been renamed")
5
6
public struct mmConstUnsafePointer<T> {
Original file line number Diff line number Diff line change 3
3
// RUN: %target-sil-opt %s -emit-sib -o %t/tmp.sib -module-name available
4
4
// RUN: %target-sil-opt %t/tmp.sib -o %t/tmp.2.sib -module-name available
5
5
// RUN: %target-sil-opt %t/tmp.2.sib -module-name available | %FileCheck %s
6
+ // UNSUPPORTED: OS=windows-msvc
6
7
7
8
import Builtin
8
9
You can’t perform that action at this time.
0 commit comments