Skip to content

Commit dab6971

Browse files
authored
[test] Mark this recently-added crasher as requiring assertions. (#12284)
Added in Doug's f0e244c.
1 parent 8ca2225 commit dab6971

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers_2/0127-sr5546.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: not --crash %target-swift-frontend %s -typecheck
2+
// REQUIRES: asserts
3+
24
public struct Foo<A, B, C> {}
35

46
public protocol P {

0 commit comments

Comments
 (0)