File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
3030
3131 // Positive tests ------------------------------------------------------------
3232
33- @ Test
34- def posMacros : Unit = {
33+ @ Test def posMacros : Unit = {
3534 implicit val testGroup : TestGroup = TestGroup (" compilePosMacros" )
3635 aggregateTests(
3736 compileFilesInDir(" tests/bench" , defaultOptions),
@@ -103,8 +102,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
103102
104103 // Negative tests ------------------------------------------------------------
105104
106- @ Test
107- def negMacros : Unit = {
105+ @ Test def negMacros : Unit = {
108106 implicit val testGroup : TestGroup = TestGroup (" compileNegWithCompiler" )
109107 aggregateTests(
110108 compileFilesInDir(" tests/neg-macros" , defaultOptions),
@@ -122,8 +120,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
122120
123121 // Run tests -----------------------------------------------------------------
124122
125- @ Test
126- def runMacros : Unit = {
123+ @ Test def runMacros : Unit = {
127124 implicit val testGroup : TestGroup = TestGroup (" runMacros" )
128125 aggregateTests(
129126 compileFilesInDir(" tests/run-macros" , defaultOptions),
You can’t perform that action at this time.
0 commit comments