Skip to content

Commit 131524d

Browse files
committed
Swift: accept test changes
These are due to the changes on `toBeTested` that include canonical types.
1 parent 68a341d commit 131524d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
| A? | getDiagnosticsName: | A? | getCanonicalType: | Optional<A> | getReferentType: | A? |
2+
| Optional<A> | getDiagnosticsName: | Optional<A> | getCanonicalType: | Optional<A> | getReferentType: | Optional<A> |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
| A? | getDiagnosticsName: | A? | getCanonicalType: | Optional<A> | getReferentType: | A? |
2+
| Optional<A> | getDiagnosticsName: | Optional<A> | getCanonicalType: | Optional<A> | getReferentType: | Optional<A> |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
| A? | getDiagnosticsName: | A? | getCanonicalType: | Optional<A> | getReferentType: | A? |
2+
| Optional<A> | getDiagnosticsName: | Optional<A> | getCanonicalType: | Optional<A> | getReferentType: | Optional<A> |

0 commit comments

Comments
 (0)