Skip to content

Commit 07fb38d

Browse files
committed
Enable SemanticdbTests with Scala 2 library TASTy
1 parent 19ac6e4 commit 07fb38d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/test/dotty/tools/dotc/semanticdb/SemanticdbTests.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ import scala.jdk.CollectionConverters._
1616
import javax.tools.ToolProvider
1717

1818
import org.junit.Assert._
19-
import org.junit.Assume.assumeFalse
2019
import org.junit.Test
2120
import org.junit.experimental.categories.Category
2221

2322
import dotty.BootstrappedOnlyTests
2423
import dotty.tools.dotc.Main
2524
import dotty.tools.dotc.semanticdb.Scala3.given
2625
import 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)

0 commit comments

Comments
 (0)