Skip to content

Commit 9f5ceb0

Browse files
committed
Add REQUIRES: objc_interop on the test.
1 parent faea569 commit 9f5ceb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Sema/moveonly_objc_enum.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-move-only
22

3+
// REQUIRES: objc_interop
4+
35
// Validate that we can't mark an objc enum as move only.
46

57
@_moveOnly

0 commit comments

Comments
 (0)