Skip to content

Commit bc7a854

Browse files
committed
Fix typos
1 parent f6569f9 commit bc7a854

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler/test/dotty/tools/vulpix/FileDiff.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object FileDiff {
99
s"""Test output dumped in: $actualFile
1010
| See diff of the checkfile (`brew install icdiff` for colored diff)
1111
| > diff $expectFile $actualFile
12-
| Replace checkfile with current output output
12+
| Replace checkfile with current output
1313
| > mv $actualFile $expectFile
1414
""".stripMargin
1515

docs/docs/contributing/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If the actual output mismatches the expected output, the test framework will dum
6969
Test output dumped in: tests/playground/neg/Sample.check.out
7070
See diff of the checkfile
7171
> diff tests/playground/neg/Sample.check tests/playground/neg/Sample.check.out
72-
Replace checkfile with current output output
72+
Replace checkfile with current output
7373
> mv tests/playground/neg/Sample.check.out tests/playground/neg/Sample.check
7474
```
7575

@@ -132,5 +132,5 @@ with `with-compiler` in their name.
132132
$ sbt
133133
> testCompilation --from-tasty
134134
```
135-
135+
136136
This mode can be run under `dotty-compiler-bootstrapped/testCompilation` to test on a bootstrapped Dotty compiler.

0 commit comments

Comments
 (0)