File tree 1 file changed +0
-3
lines changed
compiler/test/dotty/tools/dotc/semanticdb
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._
16
16
import javax .tools .ToolProvider
17
17
18
18
import org .junit .Assert ._
19
- import org .junit .Assume .assumeFalse
20
19
import org .junit .Test
21
20
import org .junit .experimental .categories .Category
22
21
23
22
import dotty .BootstrappedOnlyTests
24
23
import dotty .tools .dotc .Main
25
24
import dotty .tools .dotc .semanticdb .Scala3 .given
26
25
import dotty .tools .dotc .util .SourceFile
27
- import dotty .Properties
28
26
29
27
@ main def updateExpect =
30
28
SemanticdbTests ().runExpectTest(updateExpectFiles = true )
@@ -67,7 +65,6 @@ class SemanticdbTests:
67
65
@ Test def expectTests : Unit = if (! scala.util.Properties .isWin) runExpectTest(updateExpectFiles = false )
68
66
69
67
def runExpectTest (updateExpectFiles : Boolean ): Unit =
70
- assumeFalse(" dotty/tests/semanticdb/metac.expect differs when using Scala 2 library TASTy" , Properties .usingScalaLibraryTasty)
71
68
val target = generateSemanticdb()
72
69
val errors = mutable.ArrayBuffer .empty[Path ]
73
70
val metacSb : StringBuilder = StringBuilder (5000 )
You can’t perform that action at this time.
0 commit comments