Skip to content

Commit d47d5e9

Browse files
committed
SILGen: Fix a formatting nit in a test
1 parent 55dd1c7 commit d47d5e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/SILGen/subclass_existentials.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ func archetypeUpcasts<T,
295295
BaseTAndP : Base<T> & P,
296296
BaseIntAndP : Base<Int> & P,
297297
DerivedT : Derived>(
298-
baseTAndP: BaseTAndP,
299-
baseIntAndP : BaseIntAndP,
300-
derived : DerivedT) {
298+
baseTAndP: BaseTAndP,
299+
baseIntAndP : BaseIntAndP,
300+
derived : DerivedT) {
301301
// CHECK: bb0([[ARG0:%.*]] : @guaranteed $BaseTAndP, [[ARG1:%.*]] : @guaranteed $BaseIntAndP, [[ARG2:%.*]] : @guaranteed $DerivedT)
302302
// CHECK: [[COPIED:%.*]] = copy_value [[ARG0]] : $BaseTAndP
303303
// CHECK-NEXT: init_existential_ref [[COPIED]] : $BaseTAndP : $BaseTAndP, $Base<T> & P

0 commit comments

Comments
 (0)