Skip to content

Commit e7cfad1

Browse files
benlangmuirbnbarham
authored andcommitted
Mark test that requires assertions
rdar://78417588
1 parent 3419345 commit e7cfad1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Serialization/AllowErrors/invalid-xref.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
// situation where merge modules is run with MissingMemberDecls)
2424
// RUN: not --crash %target-swift-frontend -module-name errors -emit-module -o %t/mods/errors.swiftmodule %t/mods/errorsmain.partial.swiftmodule %t/mods/errorsempty.partial.swiftmodule
2525

26+
// Needed for the "crash" test.
27+
// REQUIRES: asserts
28+
2629
// BEGIN lib.swift
2730
public struct SomeType {
2831
public init() {}

0 commit comments

Comments
 (0)