Skip to content

Commit a7bb764

Browse files
Update _overviews/scala3-contribution/procedures-testing.md
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent 544551c commit a7bb764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-contribution/procedures-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ e.g. `tests/run/i101.check` will check either `tests/run/i101.scala` or `tests/r
9393
`tests/neg` tests verify that a file does not compile, and user-facing errors are produced. There are other neg
9494
categories such as `neg-custom-args`, i.e. with `neg` prefixing the directory name. Test files in the `neg*`
9595
categories require annotations for the lines where errors are expected. To do this add one `// error` token to the
96-
end of a line for each error expected. e.g. if there are three errors expected, the end of line should contain
96+
end of a line for each expected error. For example, if there are three expected errors, the end of the line should contain
9797
`// error // error // error`.
9898

9999
You can verify the content of the error messages with a `*.check` file. These contain the expected output of the

0 commit comments

Comments
 (0)