diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 21:11:03 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 21:11:03 +0200 |
commit | cce7330b9f23485a0879422e0c3395a7065439ac (patch) | |
tree | d2c45bc86d10749a822cb8983d0ebd26c2aa63c5 | |
parent | Tests: tuktest.h: Fix the comment about STest. (diff) | |
download | xz-cce7330b9f23485a0879422e0c3395a7065439ac.tar.xz |
Tests: tuktest.h: Add a missing word to a comment.
-rw-r--r-- | tests/tuktest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tuktest.h b/tests/tuktest.h index a19c1070..5a8a9169 100644 --- a/tests/tuktest.h +++ b/tests/tuktest.h @@ -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) /// |