Skip to content

Commit 289253a

Browse files
committed
---
yaml --- r: 348143 b: refs/heads/master c: 530e292 h: refs/heads/master i: 348141: be9d7b1 348139: 3f1098d 348135: 2acedd4 348127: bf2c39d
1 parent 744a60d commit 289253a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 50e2293d8fe8bfa37e3390fa29f538e5704422ee
2+
refs/heads/master: 530e292733e1ea5f4229151a708fe2072f99b321
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/attr/require_explicit_availability.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %target-swift-frontend -typecheck -parse-stdlib -target x86_64-apple-macosx10.10 -verify -require-explicit-availability -require-explicit-availability-target "macOS 10.10" %s
2-
// RUN: %target-swift-frontend -typecheck -parse-stdlib -target x86_64-apple-macosx10.10 -warnings-as-errors %s
1+
// RUN: %swift -typecheck -parse-stdlib -target x86_64-apple-macosx10.10 -verify -require-explicit-availability -require-explicit-availability-target "macOS 10.10" %s
2+
// RUN: %swift -typecheck -parse-stdlib -target x86_64-apple-macosx10.10 -warnings-as-errors %s
33

44
public struct S { // expected-warning {{public declarations should have an availability attribute with -require-explicit-availability}}
55
public func method() { }

0 commit comments

Comments
 (0)