From 2c01b499aa8accf4597ed65b344aec5831b86d59 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Fri, 16 Feb 2024 18:13:17 -0500 Subject: [PATCH] Update src/tests/ui.md Co-authored-by: Tshepang Mbambo --- src/tests/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/ui.md b/src/tests/ui.md index dbf184be3..15d5f9a61 100644 --- a/src/tests/ui.md +++ b/src/tests/ui.md @@ -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 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 `//@` -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 errors.