Skip to content

Commit e72808c

Browse files
committed
Fixed SIL crashers
1 parent 71cadae commit e72808c

6 files changed

+8
-8
lines changed

validation-test/SIL/crashers/025-swift-typechecker-resolvetype.sil

Lines changed: 0 additions & 3 deletions
This file was deleted.

validation-test/SIL/crashers/028-swift-genericsignature-getcanonicalsignature.sil

Lines changed: 0 additions & 3 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// RUN: not --crash %target-sil-opt %s
1+
// RUN: not %target-sil-opt %s
22
// REQUIRES: asserts
33
sil@__:$<__ where τ:k>()->(
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// RUN: not --crash %target-sil-opt %s
1+
// RUN: not %target-sil-opt %s
22
// REQUIRES: asserts
33
protocol P{var e:<T>()->(
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not %target-sil-opt %s
2+
// REQUIRES: asserts
3+
protocol l{func t-> <T>()->(
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not %target-sil-opt %s
2+
// REQUIRES: asserts
3+
sil_global@d:$(<τ>()->(

0 commit comments

Comments
 (0)