Skip to content

Commit 254f53b

Browse files
committed
Sort test list
1 parent 418cf7c commit 254f53b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -361,39 +361,39 @@ class CommunityBuildTest:
361361
}
362362
}
363363

364-
@Test def intent = projects.intent.run()
365364
@Test def algebra = projects.algebra.run()
365+
@Test def betterfiles = projects.betterfiles.run()
366+
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
367+
@Test def effpi = projects.effpi.run()
368+
@Test def endpoints = projects.endpoints.run()
369+
@Test def fastparse = projects.fastparse.run()
370+
@Test def geny = projects.geny.run()
371+
@Test def intent = projects.intent.run()
372+
@Test def minitest = projects.minitest.run()
373+
@Test def munit = projects.munit.run()
374+
@Test def oslib = projects.oslib.run()
375+
// @Test def oslibWatch = projects.oslibWatch.run()
366376
@Test def scalacheck = projects.scalacheck.run()
377+
@Test def scalap = projects.scalap.run()
378+
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
379+
@Test def ScalaPB = projects.ScalaPB.run()
367380
@Test def scalatest = projects.scalatest.run()
368381
@Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run()
369382
@Test def scalaXml = projects.scalaXml.run()
383+
@Test def scalaz = projects.scalaz.run()
384+
@Test def scodec = projects.scodec.run()
385+
@Test def scodecBits = projects.scodecBits.run()
386+
@Test def sconfig = projects.sconfig.run()
370387
@Test def scopt = projects.scopt.run()
371-
@Test def scalap = projects.scalap.run()
372-
@Test def squants = projects.squants.run()
373-
@Test def betterfiles = projects.betterfiles.run()
374-
@Test def ScalaPB = projects.ScalaPB.run()
375-
@Test def minitest = projects.minitest.run()
376-
@Test def fastparse = projects.fastparse.run()
377-
@Test def utest = projects.utest.run()
388+
@Test def shapeless = projects.shapeless.run()
378389
@Test def sourcecode = projects.sourcecode.run()
379-
@Test def oslib = projects.oslib.run()
390+
@Test def squants = projects.squants.run()
391+
@Test def stdLib213 = projects.stdLib213.run()
380392
@Test def ujson = projects.ujson.run()
381393
// @Test def upickle = projects.upickle.run()
382-
// @Test def oslibWatch = projects.oslibWatch.run()
383-
@Test def geny = projects.geny.run()
384-
@Test def stdLib213 = projects.stdLib213.run()
385-
@Test def shapeless = projects.shapeless.run()
394+
@Test def utest = projects.utest.run()
386395
@Test def xmlInterpolator = projects.xmlInterpolator.run()
387-
@Test def effpi = projects.effpi.run()
388-
@Test def sconfig = projects.sconfig.run()
389396
@Test def zio = projects.zio.run()
390-
@Test def munit = projects.munit.run()
391-
@Test def scodecBits = projects.scodecBits.run()
392-
@Test def scodec = projects.scodec.run()
393-
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
394-
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
395-
@Test def scalaz = projects.scalaz.run()
396-
@Test def endpoints = projects.endpoints.run()
397397
end CommunityBuildTest
398398

399399
class TestCategory

0 commit comments

Comments
 (0)