Skip to content

Commit 1584602

Browse files
committed
Update an crasher test not to use -verify
1 parent 68bd3d6 commit 1584602

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

validation-test/compiler_crashers_fixed/00058-get-self-type-for-container.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: %target-swift-frontend %s -parse -verify
9-
protocol c : b { // expected-error {{use of undeclared type 'b'}} expected-note {{to match this opening '{'}}
10-
func b // expected-error {{expected '(' in argument list of function declaration}}
11-
// expected-error@+1 {{expected '}' in protocol}}
8+
// RUN: not %target-swift-frontend %s -parse
9+
protocol c : b {
10+
func b

0 commit comments

Comments
 (0)