Skip to content

Commit 8448595

Browse files
committed
chore: we are actually running the tasty and tasty cc stlib
1 parent 4da1052 commit 8448595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/test/dotty/Properties.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ object Properties {
7979
def scalaLibrary: String = sys.props("dotty.tests.classes.scalaLibrary")
8080

8181
// TODO: Remove this once we migrate the test suite
82-
def usingScalaLibraryCCTasty: Boolean = false
82+
def usingScalaLibraryCCTasty: Boolean = true
8383

8484
// TODO: Remove this once we migrate the test suite
85-
def usingScalaLibraryTasty: Boolean = false
85+
def usingScalaLibraryTasty: Boolean = true
8686

8787
/** scala-asm jar */
8888
def scalaAsm: String = sys.props("dotty.tests.classes.scalaAsm")

0 commit comments

Comments
 (0)