Skip to content

Commit a855575

Browse files
committed
Fix CI
1 parent e04afc2 commit a855575

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
163163
}
164164

165165
@Test def testPlugins: Unit = {
166+
implicit val testGroup: TestGroup = TestGroup("testPlugins")
166167
val pluginFile = "plugin.properties"
167168

168169
// 1. hack with absolute path for -Xplugin
@@ -183,7 +184,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
183184
}
184185

185186
compileFilesInDir("tests/plugins/neg").checkExpectedErrors()
186-
compileFilesInDir("tests/plugins/pos").checkCompile()
187+
compileDir("tests/plugins/custom/analyzer", withCompilerOptions.and("-Yretain-trees")).checkCompile()
187188
}
188189
}
189190

0 commit comments

Comments
 (0)