Skip to content

Commit 8e40637

Browse files
committed
Merge pull request #658 from practicalswift/remove-incorrect-requires-asserts-annotation
Remove incorrect "REQUIRES: asserts" annotation.
2 parents 9d52a31 + 54f0d70 commit 8e40637

4 files changed

+1
-5
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2-
// REQUIRES: asserts
32
extension{enum B{enum B{enum S{func c
43
let t=c{#^A^#
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2-
// REQUIRES: asserts
32
A{extension{
43
class A{func c
54
var d=c let t{#^A^#
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2-
// REQUIRES: asserts
32
t{extension{init(){#^A^#
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2-
// REQUIRES: asserts
3-
protocol A{class d<g{var e{enum b<T:a#^A^#
2+
protocol A{class d<g{var e{enum b<T:a#^A^#

0 commit comments

Comments
 (0)