We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1173035 commit 544551cCopy full SHA for 544551c
_overviews/scala3-contribution/procedures-testing.md
@@ -86,7 +86,7 @@ object Test extends scala.App:
86
87
If your program also prints output, this can be compared against `*.check` files.
88
These contain the expected output of a program. Checkfiles are named after the issue they are checking,
89
-e.g. `tests/run/i101.check` will check both of `tests/run/i101.scala` and `tests/run/i101/`.
+e.g. `tests/run/i101.check` will check either `tests/run/i101.scala` or `tests/run/i101/`.
90
91
### Checking Compilation Errors
92
0 commit comments