Skip to content

Commit 97d0562

Browse files
committed
XFAIL a crasher that no longer crashes with removal of AllArchetypes
The code here should not type check, because we're adding a requirement to an outer archetype. I'm working on some changes to ArchetypeBuilder that will make this kind of thing easier to catch.
1 parent 1c41855 commit 97d0562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/compiler_crashers/28369-swift-decl-walk.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// Credits: https://twitter.com/kiliankoe/status/752090953977036800
99

1010
// RUN: not --crash %target-swift-frontend %s -parse
11+
// XFAIL: *
1112
protocol P {
1213
}
1314
struct A<T> {

0 commit comments

Comments
 (0)