Skip to content

Commit cbae72d

Browse files
committed
Swift: remove emoji in test
1 parent 00d3ff8 commit cbae72d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
| postfix.swift:1:5:1:6 | call to ...(_:) | getFunction: | postfix.swift:1:6:1:6 | ....(_:) |
2-
| postfix.swift:7:1:7:2 | call to \u2757(_:) | getFunction: | postfix.swift:7:2:7:2 | \u2757(_:) |
2+
| postfix.swift:7:1:7:2 | call to **(_:) | getFunction: | postfix.swift:7:2:7:2 | **(_:) |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
| postfix.swift:1:5:1:6 | call to ...(_:) | 0 | postfix.swift:1:5:1:5 | : 3 |
2-
| postfix.swift:7:1:7:2 | call to \u2757(_:) | 0 | postfix.swift:7:1:7:1 | : 3 |
2+
| postfix.swift:7:1:7:2 | call to **(_:) | 0 | postfix.swift:7:1:7:1 | : 3 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
| postfix.swift:1:5:1:6 | call to ...(_:) | PartialRangeFrom<Int> |
2-
| postfix.swift:7:1:7:2 | call to \u2757(_:) | () |
2+
| postfix.swift:7:1:7:2 | call to **(_:) | () |
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_ = 3...
22

3-
postfix operator
3+
postfix operator **
44

5-
postfix func (_ n: Int) {}
5+
postfix func **(_ n: Int) {}
66

7-
3
7+
3**

0 commit comments

Comments
 (0)