Skip to content

Commit 188a16a

Browse files
committed
[android][test] Fix failing Frontend test on Android AArch64 CI
1 parent 742a96d commit 188a16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Frontend/default-search-paths.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// APPLE-NOSTDLIBIMPORT-NEXT: [0] BUILD_DIR/lib/swift/macosx
3636
// APPLE-NOSTDLIBIMPORT-NEXT: (End of search path lists.)
3737

38-
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource) -target x86_64-unknown-linux-android -nostdlibimport -parse %s -Rmodule-loading 2>&1 | %FileCheck -check-prefix=ANDROID-NOSTDLIBIMPORT %s
38+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource) -target x86_64-unknown-linux-android -nostdlibimport -parse -parse-stdlib %s -Rmodule-loading 2>&1 | %FileCheck -check-prefix=ANDROID-NOSTDLIBIMPORT %s
3939
// ANDROID-NOSTDLIBIMPORT: Implicit framework search paths:
4040
// ANDROID-NOSTDLIBIMPORT-NEXT: Runtime library import search paths:
4141
// ANDROID-NOSTDLIBIMPORT-NEXT: [0] BUILD_DIR/lib/swift/android

0 commit comments

Comments
 (0)