Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 2d592f9

Browse files
committed
make a Scaladoc warning go away
1 parent 95e52e3 commit 2d592f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/tools/partest/nest/Runner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class Runner(val testFile: File, val suiteRunner: SuiteRunner) {
312312
*
313313
* File paths are detected using the absolute path of the test root.
314314
* A string that looks like a file path is normalized by replacing
315-
* the leading segments (the root) with "$ROOT" and by replacing
315+
* the leading segments (the root) with "\$ROOT" and by replacing
316316
* any Windows backslashes with the one true file separator char.
317317
*/
318318
def normalizeLog() {

0 commit comments

Comments
 (0)