Skip to content

Commit 581c99b

Browse files
committed
Resolve some crashers
1 parent 408d745 commit 581c99b

5 files changed

+6
-6
lines changed

validation-test/IDE/crashers/086-swift-printoptions-setarchetypeanddynamicselftransform.swift

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
// REQUIRES: asserts
3+
{protocol b{func a#^A^#enum S<T>:b

validation-test/compiler_crashers/28372-swift-printoptions-setarchetypeanddynamicselftransform.swift renamed to validation-test/compiler_crashers_fixed/28372-swift-printoptions-setarchetypeanddynamicselftransform.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
{protocol a{
1111
func a

validation-test/compiler_crashers/28416-swift-typechecker-resolveidentifiertype.swift renamed to validation-test/compiler_crashers_fixed/28416-swift-typechecker-resolveidentifiertype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
protocol A{
1111
typealias e protocol P{

validation-test/compiler_crashers/28418-swift-typechecker-validatedecl.swift renamed to validation-test/compiler_crashers_fixed/28418-swift-typechecker-validatedecl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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: not --crash %target-swift-frontend %s -parse
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
{protocol P{
1111
typealias e

0 commit comments

Comments
 (0)