Skip to content

Commit 4fc4948

Browse files
committed
---
yaml --- r: 348844 b: refs/heads/master c: d173559 h: refs/heads/master
1 parent 394cdcd commit 4fc4948

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 204276cfc13da06bdca16fc694d5b21a3689c82a
2+
refs/heads/master: d1735599b9a154ce051025945b13de61c19e72c3
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/Parse/confusables.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ if (true ꝸꝸꝸ false) {} // expected-note {{identifier 'ꝸꝸꝸ' contains
1919
// expected-error @+2 {{expected ',' separator}}
2020
// expected-error @+1 {{type '(Int, Int)' cannot conform to 'BinaryInteger'; only struct/enum/class types can conform to protocols}}
2121
if (55) == 0 {} // expected-note {{unicode character '‒' looks similar to '-'; did you mean to use '-'?}} {{7-10=-}}
22-
// expected-note @-1 {{required by referencing operator function '==' on 'BinaryInteger' where 'Self' = '(Int, Int)'}}
22+
// expected-note @-1 {{required by referencing operator function '==' on 'BinaryInteger' where}}
23+
24+
// FIXME: rdar://56002633
25+
// Above note should read "required by referencing operator function '==' on 'BinaryInteger' where 'Self' = '(Int, Int)'"

0 commit comments

Comments
 (0)