Skip to content

Commit 62db118

Browse files
committed
[move-keyword] Now that move keyword is back behind a feature flag, add that flag to the tests that use it...
(cherry picked from commit 60b6eb4)
1 parent d942b0e commit 62db118

File tree

2 files changed

+3
-1
lines changed
  • lldb/test/API/lang/swift/variables

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SWIFT_SOURCES := main.swift
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-move-only
23

34
include Makefile.rules
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -parse-as-library -Xfrontend -enable-experimental-move-only
3+
34
include Makefile.rules

0 commit comments

Comments
 (0)