Skip to content

Commit 7c7bc47

Browse files
committed
---
yaml --- r: 347707 b: refs/heads/master c: 7ba1ff2 h: refs/heads/master i: 347705: 1da4e84 347703: 25b8e11
1 parent 212822c commit 7c7bc47

File tree

2 files changed

+3
-1
lines changed

2 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: c6ed82bcfa35c41c0bad37ab266a2dabfab29581
2+
refs/heads/master: 7ba1ff2394c95a472fc75d979490e04a702ec770
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/stdlib/TestNotification.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class TestNotification : TestNotificationSuper {
3434
}
3535

3636
func test_hashing() {
37+
guard #available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *) else { return }
38+
3739
let o1 = NSObject()
3840
let o2 = NSObject()
3941
let values: [Notification] = [

0 commit comments

Comments
 (0)