Skip to content

Commit 91c4636

Browse files
committed
Enable moveonly feature on a test.
Evidently no implicit copy on 5.9 is also behind this flag.
1 parent 10443d3 commit 91c4636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/copy_expr_noimplicit_copy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature NoImplicitCopy
1+
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature NoImplicitCopy -enable-experimental-move-only
22

33
class Klass {}
44

0 commit comments

Comments
 (0)