We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3419345 commit e7cfad1Copy full SHA for e7cfad1
test/Serialization/AllowErrors/invalid-xref.swift
@@ -23,6 +23,9 @@
23
// situation where merge modules is run with MissingMemberDecls)
24
// 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
25
26
+// Needed for the "crash" test.
27
+// REQUIRES: asserts
28
+
29
// BEGIN lib.swift
30
public struct SomeType {
31
public init() {}
0 commit comments