Skip to content

Commit 648ac8a

Browse files
committed
test: add missing Swift import for Copyable
1 parent 5b36a5f commit 648ac8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/loweraggregateinstrs_moveonly.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
sil_stage canonical
44

55
import Builtin
6+
import Swift
67

78
struct S : ~Copyable {
89
deinit {}

0 commit comments

Comments
 (0)