Skip to content

Commit 9006482

Browse files
committed
[embedded] Mark ptr-auth-irgen-verify-no-stdlib.swift test as REQUIRES: swift_in_compiler
1 parent bed427b commit 9006482

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -Xcc -fptrauth-calls -module-name Swift | %FileCheck %s
22

3-
// Windows does not have SwiftCompilerSources.
4-
// XFAIL: OS=windows-msvc
3+
// REQUIRES: swift_in_compiler
54

65
// Some verification is blocked on string lookup succeeding.
76
struct String {}
87

98
public func test() { }
109

11-
// CHECK-LABEL: define {{.*}}void @"$ss4testyyF"()
10+
// CHECK-LABEL: define {{.*}}void @"$ss4testyyF"()

0 commit comments

Comments
 (0)