Skip to content

Commit c14d2de

Browse files
authored
Make PC tests more stable (#18640)
1 parent de4ad2b commit c14d2de

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

Lines changed: 1 addition & 1 deletion
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)