Skip to content

Commit 73f8ea0

Browse files
[gardening] Fix accidental space
1 parent 21a0218 commit 73f8ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/capture_promotion_generic_context_ownership.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct R<T> {
7878
}
7979

8080
// Check that the capture promotion took place and the function now
81-
// take argument of a type E<(R<T>) -> Builtin.Int32>, which used
81+
// take argument of a type E<(R<T>) -> Builtin.Int32>, which used
8282
// to be a slot inside a box.
8383
// CHECK-LABEL: sil @_T023generic_promotable_box2Tf2nni_n : $@convention(thin) <T> (@in R<T>, @in Builtin.Int32, @owned E<(R<T>) -> Builtin.Int32>) -> ()
8484
// CHECK: bb0([[ARG0:%.*]] : @trivial $*R<T>, [[ARG1:%.*]] : @trivial $*Builtin.Int32, [[ARG2:%.*]] : @owned $E<(R<T>) -> Builtin.Int32>):

0 commit comments

Comments
 (0)