We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da1052 commit 8448595Copy full SHA for 8448595
compiler/test/dotty/Properties.scala
@@ -79,10 +79,10 @@ object Properties {
79
def scalaLibrary: String = sys.props("dotty.tests.classes.scalaLibrary")
80
81
// TODO: Remove this once we migrate the test suite
82
- def usingScalaLibraryCCTasty: Boolean = false
+ def usingScalaLibraryCCTasty: Boolean = true
83
84
85
- def usingScalaLibraryTasty: Boolean = false
+ def usingScalaLibraryTasty: Boolean = true
86
87
/** scala-asm jar */
88
def scalaAsm: String = sys.props("dotty.tests.classes.scalaAsm")
0 commit comments