From a7d580981c503358de149fa535ccc2075810ea6e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 26 Nov 2014 11:23:16 +0100 Subject: Allow deep subtypes in dotc_transform. The clause got accidentally dropped in the rebase. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index e7b4b5dab..064a70250 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -112,7 +112,7 @@ class tests extends CompilerTest { @Test def dotc_config = compileDir(dotcDir + "tools/dotc/config", twice) @Test def dotc_core = compileDir(dotcDir + "tools/dotc/core", twice)(allowDeepSubtypes) @Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", twice)(allowDeepSubtypes) - @Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice) + @Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)(allowDeepSubtypes) @Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", twice) @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice) -- cgit v1.2.3