Skip to content

Commit 26d223a

Browse files
committed
[embedded] Mark test as unsupported on Windows.
1 parent 5203053 commit 26d223a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/embedded/basic-irgen-no-stdlib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none | %FileCheck %s
22

3+
// TODO: investigate why windows is generating more metadata.
4+
// XFAIL: OS=windows-msvc
5+
36
struct Bool {}
47

58
protocol Player {

0 commit comments

Comments
 (0)