Skip to content

Commit 13168d8

Browse files
Backport "Make PC tests more stable" to LTS (#20689)
Backports #18640 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents c10275d + e1460f2 commit 13168d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ class CompletionSuite extends BaseCompletionSuite:
715715
s"""|object Main {
716716
| val Number = "".r
717717
| "" match {
718-
| case _: NotImpl@@
718+
| case _: NotImplementedErr@@
719719
|}
720720
|""".stripMargin,
721721
"""|NotImplementedError scala

0 commit comments

Comments
 (0)