File tree 1 file changed +3
-6
lines changed
compiler/test/dotty/tools/dotc
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 {
30
30
31
31
// Positive tests ------------------------------------------------------------
32
32
33
- @ Test
34
- def posMacros : Unit = {
33
+ @ Test def posMacros : Unit = {
35
34
implicit val testGroup : TestGroup = TestGroup (" compilePosMacros" )
36
35
aggregateTests(
37
36
compileFilesInDir(" tests/bench" , defaultOptions),
@@ -103,8 +102,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
103
102
104
103
// Negative tests ------------------------------------------------------------
105
104
106
- @ Test
107
- def negMacros : Unit = {
105
+ @ Test def negMacros : Unit = {
108
106
implicit val testGroup : TestGroup = TestGroup (" compileNegWithCompiler" )
109
107
aggregateTests(
110
108
compileFilesInDir(" tests/neg-macros" , defaultOptions),
@@ -122,8 +120,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
122
120
123
121
// Run tests -----------------------------------------------------------------
124
122
125
- @ Test
126
- def runMacros : Unit = {
123
+ @ Test def runMacros : Unit = {
127
124
implicit val testGroup : TestGroup = TestGroup (" runMacros" )
128
125
aggregateTests(
129
126
compileFilesInDir(" tests/run-macros" , defaultOptions),
You can’t perform that action at this time.
0 commit comments