Skip to content

Commit 7e8ea12

Browse files
martinboehmezoecarver
authored andcommitted
Respond to review comments.
1 parent 33e8c71 commit 7e8ea12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/Cxx/class/constructors-sil.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import Constructors
44

5-
// The most important thing to test here is that the constructor result is returned
6-
// with an @out attribute.
5+
// The most important thing to test here is that the constructor result is
6+
// returned with an @out attribute.
77
// CHECK: [[VAR:%[0-9]+]] = alloc_stack $ConstructorWithParam
88
// CHECK: [[TYPE:%[0-9]+]] = metatype $@thin ConstructorWithParam.Type
99
// CHECK: [[LITERAL:%[0-9]+]] = integer_literal $Builtin.Int32, 42

0 commit comments

Comments
 (0)