@@ -4084,7 +4084,7 @@ final class SwiftDriverTests: XCTestCase {
40844084 var driver = try Driver ( args: [ " swiftc " ,
40854085 " -target " , " x86_64-apple-macosx10.14 " ,
40864086 " -target-variant " , " x86_64-apple-ios13.1-macabi " ,
4087- " -enable-library-evolution " ,
4087+ " -enable-library-evolution " , " -experimental-emit-variant-module " ,
40884088 " -emit-module " ,
40894089 " -emit-module-path " , " foo.swiftmodule/target.swiftmodule " ,
40904090 " -emit-variant-module-path " , " foo.swiftmodule/variant.swiftmodule " ,
@@ -4115,7 +4115,7 @@ final class SwiftDriverTests: XCTestCase {
41154115 var driver = try Driver ( args: [ " swiftc " ,
41164116 " -target " , " x86_64-apple-macosx10.14 " ,
41174117 " -target-variant " , " x86_64-apple-ios13.1-macabi " ,
4118- " -enable-library-evolution " ,
4118+ " -enable-library-evolution " , " -experimental-emit-variant-module " ,
41194119 " -package-name " , " Susan " ,
41204120 " -emit-module " ,
41214121 " -emit-module-path " , " target.swiftmodule " ,
@@ -4192,7 +4192,7 @@ final class SwiftDriverTests: XCTestCase {
41924192 " -target " , " x86_64-apple-macosx10.14 " ,
41934193 " -target-variant " , " x86_64-apple-ios13.1-macabi " ,
41944194 " -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 " ,
41964196 " -emit-module " ,
41974197 " foo.swift " ] , env: env)
41984198
@@ -4217,7 +4217,7 @@ final class SwiftDriverTests: XCTestCase {
42174217 " -target " , " x86_64-apple-macosx10.14 " ,
42184218 " -target-variant " , " x86_64-apple-ios13.1-macabi " ,
42194219 " -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 " ,
42214221 " -emit-module " ,
42224222 " -emit-api-descriptor-path " , " foo.swiftmodule/target.api.json " ,
42234223 " -emit-variant-api-descriptor-path " , " foo.swiftmodule/variant.api.json " ,
0 commit comments