Skip to content

Commit be43771

Browse files
committed
[Evil hack] Temporarily call these crashing while I investigate.
1 parent 9458310 commit be43771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/compiler_crashers_fixed/26403-llvm-densemapbase-llvm-smalldensemap-std-pair-llvm-arrayref-std-pair-swift-identifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +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: not %target-swift-frontend %s -parse
8+
// RUN: not --crash %target-swift-frontend %s -parse
99
class B<T where B:d
1010
class B<T>:B<T>

validation-test/compiler_crashers_fixed/27618-swift-modulefile-getimportedmodules.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
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 %target-swift-frontend %s -parse
8+
// RUN: not --crash %target-swift-frontend %s -parse
99
struct d<T where g:t{protocol a{func b<d where g.E=C{}}class C{class A{class B<T>:B<T>

0 commit comments

Comments
 (0)