Skip to content

Commit d9802dd

Browse files
committed
Annotate a test as crashing in the AST verifier
1 parent a600836 commit d9802dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
// RUN: not --crash %target-sil-opt %s
22
// REQUIRES: asserts
3-
l<@convention()>(
3+
4+
// This test fails in the AST verifier, which can be turned off.
5+
// REQUIRES: swift_ast_verifier
6+
7+
l<@convention()>(

0 commit comments

Comments
 (0)