File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -257,10 +257,10 @@ class CommunityBuildTest {
257257 * This test reads the compiler version from community-build/dotty-bootstrapped.version
258258 * and expects community-build/sbt-dotty-sbt to set the compiler plugin.
259259 *
260- * @param project The project name, should be a git submodule in community-build/
261- * @param command The sbt command used to test the project
262- * @param updateCommand The sbt command used to update the project
263- * @param extraSbtArgs Extra arguments to pass to sbt
260+ * @param project The project name, should be a git submodule in community-build/
261+ * @param command The binary file of the program used to test the project – usually
262+ * a build tool like SBT or Mill
263+ * @param arguments Arguments to pass to the testing program
264264 */
265265 def test (project : String , command : String , arguments : Seq [String ]): Unit = {
266266 log(s " Building $project with dotty-bootstrapped $compilerVersion... " )
You can’t perform that action at this time.
0 commit comments