File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ class tests extends CompilerTest {
104
104
@ Test def dotc_ast = compileDir(dotcDir + " tools/dotc/ast" , twice)
105
105
@ Test def dotc_config = compileDir(dotcDir + " tools/dotc/config" , twice)
106
106
@ Test def dotc_core = compileDir(dotcDir + " tools/dotc/core" , twice)(allowDeepSubtypes)
107
- @ Test def dotc_core_pickling = compileDir(dotcDir + " tools/dotc/core/pickling" /* , twice*/ )(allowDeepSubtypes)
107
+ @ Test def dotc_core_pickling = compileDir(dotcDir + " tools/dotc/core/pickling" , twice)(allowDeepSubtypes)
108
108
@ Test def dotc_transform = compileDir(dotcDir + " tools/dotc/transform" , twice)
109
109
@ Test def dotc_parsing = compileDir(dotcDir + " tools/dotc/parsing" , twice)
110
110
@ Test def dotc_printing = compileDir(dotcDir + " tools/dotc/printing" , twice)
111
111
@ Test def dotc_reporting = compileDir(dotcDir + " tools/dotc/reporting" , twice)
112
- @ Test def dotc_typer = compileDir(dotcDir + " tools/dotc/typer" /* , twice*/ )
112
+ @ Test def dotc_typer = compileDir(dotcDir + " tools/dotc/typer" , twice)
113
113
@ Test def dotc_util = compileDir(dotcDir + " tools/dotc/util" , twice)
114
114
@ Test def tools_io = compileDir(dotcDir + " tools/io" , twice)
115
115
// @Test def tools = compileDir(dotcDir + "tools", "-deep" :: Nil)(allowDeepSubtypes)
You can’t perform that action at this time.
0 commit comments