File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
_overviews/scala3-contribution Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ e.g. `tests/run/i101.check` will check either `tests/run/i101.scala` or `tests/r
93
93
` tests/neg ` tests verify that a file does not compile, and user-facing errors are produced. There are other neg
94
94
categories such as ` neg-custom-args ` , i.e. with ` neg ` prefixing the directory name. Test files in the ` neg* `
95
95
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
97
97
` // error // error // error ` .
98
98
99
99
You can verify the content of the error messages with a ` *.check ` file. These contain the expected output of the
You can’t perform that action at this time.
0 commit comments