Skip to content

Commit 152a8cd

Browse files
committed
Fix test
1 parent 6c2c5c5 commit 152a8cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/test/dotty/tools/utils.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def toolArgsFor(files: List[JPath], charset: Charset = UTF_8): ToolArgs =
8787

8888
/** Take a prefix of each file, extract tool args, parse, and combine.
8989
* Arg parsing respects quotation marks. Result is a map from ToolName to the combined tokens.
90-
* If the ToolName is Target, then also accumulate the file name associated with the given platform.
90+
* If the ToolName is Target, then also accumulate the file name associated with the given platform.
9191
*/
9292
def platformAndToolArgsFor(files: List[JPath], charset: Charset = UTF_8): (PlatformFiles, ToolArgs) =
9393
files.foldLeft(Map.empty[TestPlatform, List[String]] -> Map.empty[ToolName, List[String]]) { (res, path) =>

tests/warn/i18564.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
//> using option -Wunused:imports
2+
//> using options -Wunused:imports
33

44
import scala.compiletime.*
55
import scala.deriving.*

0 commit comments

Comments
 (0)