File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
compiler/test/dotty/tools/dotc/semanticdb Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,13 @@ import scala.jdk.CollectionConverters._
1616import javax .tools .ToolProvider
1717
1818import org .junit .Assert ._
19- import org .junit .Assume .assumeFalse
2019import org .junit .Test
2120import org .junit .experimental .categories .Category
2221
2322import dotty .BootstrappedOnlyTests
2423import dotty .tools .dotc .Main
2524import dotty .tools .dotc .semanticdb .Scala3 .given
2625import dotty .tools .dotc .util .SourceFile
27- import dotty .Properties
2826
2927@ main def updateExpect =
3028 SemanticdbTests ().runExpectTest(updateExpectFiles = true )
@@ -67,7 +65,6 @@ class SemanticdbTests:
6765 @ Test def expectTests : Unit = if (! scala.util.Properties .isWin) runExpectTest(updateExpectFiles = false )
6866
6967 def runExpectTest (updateExpectFiles : Boolean ): Unit =
70- assumeFalse(" dotty/tests/semanticdb/metac.expect differs when using Scala 2 library TASTy" , Properties .usingScalaLibraryTasty)
7168 val target = generateSemanticdb()
7269 val errors = mutable.ArrayBuffer .empty[Path ]
7370 val metacSb : StringBuilder = StringBuilder (5000 )
You can’t perform that action at this time.
0 commit comments