Skip to content

Commit 2fdb1a8

Browse files
authored
Merge pull request #84608 from susmonteiro/susmonteiro/disable-test
[cxx-interop] Disable failing test on Android
2 parents 9f30c85 + 9992b8c commit 2fdb1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23

34
import StdVector
45
import CxxStdlib

0 commit comments

Comments
 (0)