Update src/tests/ui.md

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
This commit is contained in:
Michael Goulet 2024-02-16 18:13:17 -05:00
parent a4c86d8802
commit 0d76693d12
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ See [Error annotations](#error-annotations) for more.
how the test is compiled and what the expected behavior is. Note that ui how the test is compiled and what the expected behavior is. Note that ui
tests require the use of `//@ header-name` instead of `// header-name` like tests require the use of `//@ header-name` instead of `// header-name` like
the other test suites do. The other test suites will be migrated to use the `//@` the other test suites do. The other test suites will be migrated to use the `//@`
syntax, too, but that is in progress. syntax too, but that is in progress.
Tests are expected to fail to compile, since most tests are testing compiler Tests are expected to fail to compile, since most tests are testing compiler
errors. errors.