Skip to content

Commit 44dcbde

Browse files
Update src/tests/ui.md
Co-authored-by: Tshepang Mbambo <[email protected]>
1 parent 2fd434a commit 44dcbde

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/tests/ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See [Error annotations](#error-annotations) for more.
3232
how the test is compiled and what the expected behavior is. Note that ui
3333
tests require the use of `//@ header-name` instead of `// header-name` like
3434
the other test suites do. The other test suites will be migrated to use the `//@`
35-
syntax, too, but that is in progress.
35+
syntax too, but that is in progress.
3636

3737
Tests are expected to fail to compile, since most tests are testing compiler
3838
errors.

0 commit comments

Comments
 (0)