Skip to content

Commit 0948c71

Browse files
committed
Merge pull request #917 from practicalswift/fix-ide-tests-again
[tests] Fix IDE test suite: Update with expected exit code (0)
2 parents a48898e + 0f256b7 commit 0948c71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: not %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
1+
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
22
protocol a{struct B<e{let a{protocol a{func a<T:s#^A^#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: not %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
1+
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
22
protocol c{struct Q<g{var d{{class B<T:e#^A^#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: not %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
1+
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
22
protocol A{class d<g{var e{enum b<T:a#^A^#

0 commit comments

Comments
 (0)