Skip to content

Commit 04b3a77

Browse files
committed
Adjust test
1 parent 1da3860 commit 04b3a77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,7 @@ class CompletionExtraConstructorSuite extends BaseCompletionSuite:
559559
|object Main:
560560
| TestObject@@
561561
|""".stripMargin,
562-
"""|TestClass($0)
563-
|new Wrapper.TestClass
564-
|TestClass
562+
"""|TestObject test
565563
|""".stripMargin
566564
)
567565

0 commit comments

Comments
 (0)