Skip to content

Commit f8b06dc

Browse files
committed
Fix REQUIRES: line in 26725-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift, it was never being run
1 parent 80ada27 commit f8b06dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validation-test/compiler_crashers_fixed/26725-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift

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

88
// RUN: not %target-swift-frontend %s -typecheck
9-
// This test fails in the AST verifier, which can be turned off.
10-
// REQUIRES: swift_ast_verifier
9+
// REQUIRES: asserts
1110
class a<T where g:d{class A{class A<T>:A{init(){T{

0 commit comments

Comments
 (0)