aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index ba9f49455..39dd16dc9 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -32,7 +32,7 @@ class tests extends CompilerTest {
val newDir = "./tests/new/"
val dotcDir = "./src/dotty/"
- @Test def pickle_pickleOK = compileDir(posDir + "pickleOK/", testPickling)
+ @Test def pickle_pickleOK = compileDir(posDir + "pickleOK/", "-Xprint-types" :: testPickling)
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", testPickling)
@Test def pos_t2168_pat = compileFile(posDir, "t2168")