Skip to content

Commit beb2b58

Browse files
authored
[test] Mark a couple of IDE crashers as fixed (#82685)
Seems like these may have been fixed by #82574, unfortunately there was a race with #82619
1 parent 0171998 commit beb2b58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// {"kind":"complete","signature":"swift::ide::AfterPoundExprCompletion::sawSolutionImpl(swift::constraints::Solution const&)"}
2-
// RUN: not --crash %target-swift-ide-test -code-completion --code-completion-token=COMPLETE -source-filename %s
2+
// RUN: %target-swift-ide-test -code-completion --code-completion-token=COMPLETE -source-filename %s
33
a ##^COMPLETE^# / ( b/bin/c
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// {"kind":"complete","signature":"swift::irgen::IRGenModule::emitLazyObjCProtocolDefinition(swift::ProtocolDecl*)"}
22
// Actual signature: matchCallArguments
3-
// RUN: not --crash %target-swift-ide-test -code-completion --code-completion-token=COMPLETE -source-filename %s
3+
// RUN: %target-swift-ide-test -code-completion --code-completion-token=COMPLETE -source-filename %s
44
a(
55
#^COMPLETE^#[
66
""!

0 commit comments

Comments
 (0)