Skip to content

Commit 24ad142

Browse files
author
Nathan Hawes
authored
Merge pull request swiftlang#33529 from nathawes/restrict-xfail-to-asserts-builds
[master-rebranch][test] Restrict xfail in test/Serialization/load-target-normalization.swift to asserts builds
2 parents 8a6bf93 + eff8ce4 commit 24ad142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serialization/load-target-normalization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: touch %t/ForeignModule.swiftmodule/garbage-garbage-garbage.swiftmodule
33

44
// SR-12363: This test crashes on master-next.
5-
// XFAIL: *
5+
// XFAIL: asserts
66

77
// Test format: We try to import ForeignModule with architectures besides
88
// garbage-garbage-garbage and check the target triple listed in the error

0 commit comments

Comments
 (0)