@@ -51,7 +51,7 @@ class tests extends CompilerTest {
51
51
val toolsDir = dottyDir + " tools/"
52
52
val dotcDir = toolsDir + " dotc/"
53
53
val coreDir = dotcDir + " core/"
54
- /*
54
+
55
55
@ Test def pickle_pickleOK = compileDir(testsDir, " pickling" , testPickling)
56
56
// This directory doesn't exist anymore
57
57
// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
@@ -170,7 +170,7 @@ class tests extends CompilerTest {
170
170
@ Test def neg_validateRefchecks = compileFile(negDir, " validate-refchecks" , xerrors = 2 )
171
171
172
172
@ Test def run_all = runFiles(runDir)
173
- */
173
+
174
174
val stdlibFiles = Source .fromFile(" ./test/dotc/scala-collections.whitelist" , " UTF8" ).getLines()
175
175
.map(_.trim) // allow identation
176
176
.filter(! _.startsWith(" #" )) // allow comment lines prefixed by #
@@ -179,7 +179,7 @@ class tests extends CompilerTest {
179
179
.toList
180
180
181
181
@ Test def compileStdLib = compileList(" compileStdLib" , stdlibFiles, " -migration" :: scala2mode)
182
- /* @Test def dotty = compileDir(dottyDir, ".", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument
182
+ @ Test def dotty = compileDir(dottyDir, " ." , " -deep" :: " -Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument
183
183
184
184
@ Test def dotc_ast = compileDir(dotcDir, " ast" )
185
185
@ Test def dotc_config = compileDir(dotcDir, " config" )
@@ -223,5 +223,4 @@ class tests extends CompilerTest {
223
223
val javaDir = " ./tests/pos/java-interop/"
224
224
@ Test def java_all = compileFiles(javaDir, twice)
225
225
// @Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
226
- */
227
226
}
0 commit comments