Skip to content

Commit 06d2b3c

Browse files
author
Anton Pogonets
committed
Disable tests acording to swiftlang#34491
1 parent 89da662 commit 06d2b3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/class/memory-layout-silgen.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -I %S/Inputs -enable-cxx-interop -emit-ir -o - %s | %FileCheck %s
22

3+
// UNSUPPORTED: OS=linux-android
4+
// UNSUPPORTED: OS=linux-androideabi
5+
36
import MemoryLayout
47

58
var v = PrivateMemberLayout()

0 commit comments

Comments
 (0)