Files
swift-mirror/validation-test/IDE/crashers/9949f94be543b413.swift
Hamish Knight 760959f273 [test] Add assertion messages to crasher test cases
If the crasher hits an assertion failure, include the message in the
header.
2025-08-04 13:00:23 +01:00

8 lines
671 B
Swift

// {"kind":"complete","signature":"swift::ConformanceLookupTable::compareConformances(swift::ConformanceLookupTable::ConformanceEntry*, swift::ConformanceLookupTable::ConformanceEntry*, bool&)","signatureAssert":"Assertion failed: (lhs->getDeclContext()->getParentModule() == rhs->getDeclContext()->getParentModule() && \"conformances should be in the same module\"), function compareConformances","useSourceOrderCompletion":true}
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-order-completion -source-filename %s
class a {
#^^#
}
extension a? : RandomAccessCollection {
#^b^#