Skip to content

Commit e1460f2

Browse files
rochalaWojciechMazur
authored andcommitted
Make PC tests more stable (#18640)
[Cherry-picked c14d2de]
1 parent e8a8428 commit e1460f2

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)