@@ -4084,7 +4084,7 @@ final class SwiftDriverTests: XCTestCase {
4084
4084
var driver = try Driver ( args: [ " swiftc " ,
4085
4085
" -target " , " x86_64-apple-macosx10.14 " ,
4086
4086
" -target-variant " , " x86_64-apple-ios13.1-macabi " ,
4087
- " -enable-library-evolution " ,
4087
+ " -enable-library-evolution " , " -experimental-emit-variant-module " ,
4088
4088
" -emit-module " ,
4089
4089
" -emit-module-path " , " foo.swiftmodule/target.swiftmodule " ,
4090
4090
" -emit-variant-module-path " , " foo.swiftmodule/variant.swiftmodule " ,
@@ -4115,7 +4115,7 @@ final class SwiftDriverTests: XCTestCase {
4115
4115
var driver = try Driver ( args: [ " swiftc " ,
4116
4116
" -target " , " x86_64-apple-macosx10.14 " ,
4117
4117
" -target-variant " , " x86_64-apple-ios13.1-macabi " ,
4118
- " -enable-library-evolution " ,
4118
+ " -enable-library-evolution " , " -experimental-emit-variant-module " ,
4119
4119
" -package-name " , " Susan " ,
4120
4120
" -emit-module " ,
4121
4121
" -emit-module-path " , " target.swiftmodule " ,
@@ -4192,7 +4192,7 @@ final class SwiftDriverTests: XCTestCase {
4192
4192
" -target " , " x86_64-apple-macosx10.14 " ,
4193
4193
" -target-variant " , " x86_64-apple-ios13.1-macabi " ,
4194
4194
" -emit-variant-module-path " , " foo.swiftmodule/x86_64-apple-ios13.1-macabi.swiftmodule " ,
4195
- " -enable-library-evolution " ,
4195
+ " -enable-library-evolution " , " -experimental-emit-variant-module " ,
4196
4196
" -emit-module " ,
4197
4197
" foo.swift " ] , env: env)
4198
4198
@@ -4217,7 +4217,7 @@ final class SwiftDriverTests: XCTestCase {
4217
4217
" -target " , " x86_64-apple-macosx10.14 " ,
4218
4218
" -target-variant " , " x86_64-apple-ios13.1-macabi " ,
4219
4219
" -emit-variant-module-path " , " foo.swiftmodule/x86_64-apple-ios13.1-macabi.swiftmodule " ,
4220
- " -enable-library-evolution " ,
4220
+ " -enable-library-evolution " , " -experimental-emit-variant-module " ,
4221
4221
" -emit-module " ,
4222
4222
" -emit-api-descriptor-path " , " foo.swiftmodule/target.api.json " ,
4223
4223
" -emit-variant-api-descriptor-path " , " foo.swiftmodule/variant.api.json " ,
0 commit comments