File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ class tests extends CompilerTest {
123
123
@ Test def neg_escapingRefs = compileFile(negDir, " escapingRefs" , xerrors = 2 )
124
124
125
125
@ Test def dotc = compileDir(dotcDir + " tools/dotc" , failedOther)(allowDeepSubtypes) // see dotc_core
126
- @ Test def dotc_ast = compileDir(dotcDir + " tools/dotc/ast" )
126
+ @ Test def dotc_ast = compileDir(dotcDir + " tools/dotc/ast" , failedOther)
127
+ // similar to dotc_core_pickling but for another anon class. Still during firstTransform
127
128
@ Test def dotc_config = compileDir(dotcDir + " tools/dotc/config" )
128
129
@ Test def dotc_core = compileDir(dotcDir + " tools/dotc/core" , failedOther)(allowDeepSubtypes)
129
130
// error: error while loading ConstraintHandling$$anon$1$,
You can’t perform that action at this time.
0 commit comments