Skip to content

Commit ac9b3cb

Browse files
committed
Update a few recently-resolved crashers.
1 parent 3e56d88 commit ac9b3cb

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// See https://swift.org/LICENSE.txt for license information
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -emit-ir
8+
// RUN: not %target-swift-frontend %s -emit-ir
99
protocol b:Self.a&(Int
1010
protocol b{}

validation-test/compiler_crashers/28844-swift-typebase-getcanonicaltype.swift renamed to validation-test/compiler_crashers_fixed/28844-swift-typebase-getcanonicaltype.swift

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

8-
// RUN: not --crash %target-swift-frontend %s -emit-ir
8+
// RUN: not %target-swift-frontend %s -emit-ir
99
protocol A:Self.a&( A

validation-test/compiler_crashers/28862-swift-protocoldecl-getinheritedprotocols-const.swift renamed to validation-test/compiler_crashers_fixed/28862-swift-protocoldecl-getinheritedprotocols-const.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// See https://swift.org/LICENSE.txt for license information
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -emit-ir
8+
// RUN: not %target-swift-frontend %s -emit-ir
99
protocol A:RangeReplaceableCollection&(t:A{extension{}a e:class a{}class a
1010
{{}lass a=_{case.a<a =nil??as?=
1111
:a<a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// See https://swift.org/LICENSE.txt for license information
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -emit-ir
8+
// RUN: not %target-swift-frontend %s -emit-ir
99
protocol A:a
1010
& {}typealias a:A

0 commit comments

Comments
 (0)