mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Fix test that's failing on the Android CI since string processing was enabled by default
Also, move the test to test/Frontend/ where it belongs and disable implicit concurrency import too.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// swift-interface-format-version: 1.0
|
||||
// swift-module-flags: -target x86_64-unknown-linux-android -disable-objc-interop -swift-version 5 -O -module-name _Concurrency
|
||||
@@ -1 +0,0 @@
|
||||
// RUN: %swift -target x86_64-unknown-linux-android -sdk %S/Inputs/android.sdk %s -typecheck
|
||||
1
test/Frontend/android-sdk.swift
Normal file
1
test/Frontend/android-sdk.swift
Normal file
@@ -0,0 +1 @@
|
||||
// RUN: %swift -target x86_64-unknown-linux-android -sdk %S/Inputs/android.sdk %s -disable-implicit-concurrency-module-import -disable-implicit-string-processing-module-import -typecheck
|
||||
Reference in New Issue
Block a user