Skip to content

Commit 5c4c412

Browse files
committed
Revert changes in BootstrappedOnlyCompilationTests
1 parent 96fd018 commit 5c4c412

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)