Skip to content

Commit

Permalink
Disable tests acording to swiftlang#34491
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Pogonets committed Apr 2, 2021
1 parent 89da662 commit 06d2b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Interop/Cxx/class/memory-layout-silgen.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// RUN: %target-swift-frontend -I %S/Inputs -enable-cxx-interop -emit-ir -o - %s | %FileCheck %s

// UNSUPPORTED: OS=linux-android
// UNSUPPORTED: OS=linux-androideabi

import MemoryLayout

var v = PrivateMemberLayout()
Expand Down

0 comments on commit 06d2b3c

Please sign in to comment.