Skip to content

Commit 97937c5

Browse files
authored
Merge pull request swiftlang#68749 from kubamracek/embedded-needs-swift-in-compiler
[embedded] Mark basic-irgen-no-stdlib.swift as REQUIRES: swift_in_compiler
2 parents 134bd20 + d9ab93c commit 97937c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -wmo | %FileCheck %s
22

3-
// TODO: investigate why windows is generating more metadata.
4-
// XFAIL: OS=windows-msvc
3+
// REQUIRES: swift_in_compiler
54

65
struct Bool {}
76

0 commit comments

Comments
 (0)