Skip to content

Commit e500692

Browse files
committed
XFAIL 00429-vtable.swift because of an assertion failure (SR-1584).
1 parent 82c0a77 commit e500692

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

validation-test/compiler_crashers_fixed/00429-vtable.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not %target-swift-frontend %s -parse
9+
10+
// REQUIRES: asserts
11+
// SR-1584
12+
// XFAIL: *
13+
914
}
1015
struct S {
1116
static let i: B<Q<T where A"""

0 commit comments

Comments
 (0)