Skip to content

Commit d40e715

Browse files
committed
Remove more tests
1 parent 8ba547f commit d40e715

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

compiler/test/dotty/tools/dotc/reporting/CodeActionTest.scala

-14
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,6 @@ class CodeActionTest extends DottyTest:
136136
afterPhase = "patternMatcher"
137137
)
138138

139-
@Test def removeUnusedPrivateMemberBlock =
140-
checkCodeAction(
141-
code = """object Test:
142-
| private def foo: String = {
143-
| println("hello")
144-
| "456"
145-
| }
146-
|""".stripMargin,
147-
title = "Remove unused code",
148-
expected = """object Test:
149-
|""".stripMargin ,
150-
afterPhase = "checkUnusedPostInlining"
151-
)
152-
153139
// Make sure we're not using the default reporter, which is the ConsoleReporter,
154140
// meaning they will get reported in the test run and that's it.
155141
private def newContext =

0 commit comments

Comments
 (0)