Skip to content

Commit eff8ce4

Browse files
author
Nathan Hawes
committed
[test] Restrict xfail in test/Serialization/load-target-normalization.swift to asserts builds
It was failing because of an assertion, so unexpectedly passing on no_asserts builds.
1 parent df3cb9b commit eff8ce4

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)