Tests: tuktest.h: Add a missing word to a comment.

This commit is contained in:
Lasse Collin 2024-02-14 21:11:03 +02:00
parent 5dd8fc9452
commit cce7330b9f
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@
/// Meson: https://mesonbuild.com/Unit-tests.html
///
/// CMake handles passing and failing tests by default but treats hard
/// errors as regular fails. To CMake support skipped tests correctly,
/// one has to set the SKIP_RETURN_CODE property for each test:
/// errors as regular fails. To make CMake support skipped tests
/// correctly, one has to set the SKIP_RETURN_CODE property for each test:
///
/// set_tests_properties(foo_test_name PROPERTIES SKIP_RETURN_CODE 77)
///