From e7acdd81f23b4f0f41e5000e9e173ded9c6c0548 Mon Sep 17 00:00:00 2001 From: rockjam <5min4eq.unity@gmail.com> Date: Mon, 22 Jan 2018 00:58:13 +0300 Subject: fix couple typos in scalajs tests: match test name with scala version --- scalajslib/test/src/mill/scalajslib/HelloJSWorldTests.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scalajslib') diff --git a/scalajslib/test/src/mill/scalajslib/HelloJSWorldTests.scala b/scalajslib/test/src/mill/scalajslib/HelloJSWorldTests.scala index 4f655912..1e41cfdf 100644 --- a/scalajslib/test/src/mill/scalajslib/HelloJSWorldTests.scala +++ b/scalajslib/test/src/mill/scalajslib/HelloJSWorldTests.scala @@ -100,7 +100,7 @@ object HelloJSWorldTests extends TestSuite { 'fromScratch_2124_0621 - testCompileFromScratch("2.12.4", "0.6.21") 'fromScratch_2123_0621 - testCompileFromScratch("2.12.3", "0.6.21") 'fromScratch_2118_0621 - testCompileFromScratch("2.11.8", "0.6.21") - 'fromScratch_2124_100M2 - testCompileFromScratch("2.11.8", "1.0.0-M2") + 'fromScratch_2124_100M2 - testCompileFromScratch("2.12.4", "1.0.0-M2") } def testRun(scalaVersion: String, @@ -119,13 +119,13 @@ object HelloJSWorldTests extends TestSuite { 'run_2124_0621 - testRun("2.12.4", "0.6.21", FullOpt) 'run_2123_0621 - testRun("2.12.3", "0.6.21", FullOpt) 'run_2118_0621 - testRun("2.11.8", "0.6.21", FullOpt) - 'run_2124_100M2 - testRun("2.11.8", "1.0.0-M2", FullOpt) + 'run_2124_100M2 - testRun("2.12.4", "1.0.0-M2", FullOpt) } 'fastOpt - { 'run_2124_0621 - testRun("2.12.4", "0.6.21", FastOpt) 'run_2123_0621 - testRun("2.12.3", "0.6.21", FastOpt) 'run_2118_0621 - testRun("2.11.8", "0.6.21", FastOpt) - 'run_2124_100M2 - testRun("2.11.8", "1.0.0-M2", FastOpt) + 'run_2124_100M2 - testRun("2.12.4", "1.0.0-M2", FastOpt) } 'jar - { 'containsSJSIRs - { -- cgit v1.2.3