Skip to content

Commit d7ae155

Browse files
authored
Android: re-enable C++ Interop test that was failing for armv7 alone after #84340, but is now passing again after #85996 (#86162)
Really fixes CI issue #84597, as can be seen on [the latest Android CI run](https://ci.swift.org/job/oss-swift-package-swift-sdk-for-android/148/console).
1 parent c70440f commit d7ae155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Interop/Cxx/stdlib/use-std-vector-typechecker.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: not %target-swift-frontend %s -typecheck -I %S/Inputs -cxx-interoperability-mode=default -diagnostic-style llvm 2>&1 | %FileCheck %s
2-
// XFAIL: OS=linux-androideabi
32

43
import StdVector
54
import StdVectorNoCPlusPlusRequirement

0 commit comments

Comments
 (0)