@@ -533,8 +533,8 @@ final class ExplicitModuleBuildTests: XCTestCase {
533
533
" -I " , cHeadersPath. nativePathString ( escaped: true ) ,
534
534
" -I " , swiftModuleInterfacesPath. nativePathString ( escaped: true ) ,
535
535
" -explicit-module-build " ,
536
- " -disable-implicit-concurrency-module-import " ,
537
- " -disable-implicit-string-processing-module-import " ,
536
+ " -Xfrontend " , " - disable-implicit-concurrency-module-import" ,
537
+ " -Xfrontend " , " - disable-implicit-string-processing-module-import" ,
538
538
main. nativePathString ( escaped: true ) ] + sdkArgumentsForTesting
539
539
var driver = try Driver ( args: args)
540
540
let _ = try driver. planBuild ( )
@@ -551,20 +551,20 @@ final class ExplicitModuleBuildTests: XCTestCase {
551
551
accessLevel: ImportInfo . ImportAccessLevel. Public,
552
552
sourceLocations: [ ScannerDiagnosticSourceLocation ( bufferIdentifier: main. nativePathString ( escaped: true ) ,
553
553
lineNumber: 1 ,
554
- columnNumber: 8 ) ,
554
+ columnNumber: 15 ) ,
555
555
ScannerDiagnosticSourceLocation ( bufferIdentifier: main. nativePathString ( escaped: true ) ,
556
556
lineNumber: 4 ,
557
- columnNumber: 8 ) ] ) ) )
557
+ columnNumber: 17 ) ] ) ) )
558
558
XCTAssertTrue ( mainModuleImports. contains ( ImportInfo ( importIdentifier: " E " ,
559
559
accessLevel: ImportInfo . ImportAccessLevel. Internal,
560
560
sourceLocations: [ ScannerDiagnosticSourceLocation ( bufferIdentifier: main. nativePathString ( escaped: true ) ,
561
561
lineNumber: 2 ,
562
- columnNumber: 8 ) ] ) ) )
562
+ columnNumber: 17 ) ] ) ) )
563
563
XCTAssertTrue ( mainModuleImports. contains ( ImportInfo ( importIdentifier: " G " ,
564
564
accessLevel: ImportInfo . ImportAccessLevel. Private,
565
565
sourceLocations: [ ScannerDiagnosticSourceLocation ( bufferIdentifier: main. nativePathString ( escaped: true ) ,
566
566
lineNumber: 3 ,
567
- columnNumber: 8 ) ] ) ) )
567
+ columnNumber: 16 ) ] ) ) )
568
568
}
569
569
}
570
570
0 commit comments