Skip to content

Commit 2a5dd4e

Browse files
committed
Disable only tasty_printing
1 parent 03bd363 commit 2a5dd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class tests extends CompilerTest {
199199

200200
@Test def dotc_parsing = compileDir(dotcDir, "parsing") // twice omitted to make tests run faster
201201

202-
// @Test def dotc_printing = compileDir(dotcDir, "printing") // twice omitted to make tests run faster
202+
@Test def dotc_printing = compileDir(dotcDir, "printing") // twice omitted to make tests run faster
203203

204204
@Test def dotc_reporting = compileDir(dotcDir, "reporting") // twice omitted to make tests run faster
205205

0 commit comments

Comments
 (0)