aboutsummaryrefslogtreecommitdiff
path: root/tests/tuktest.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-14 21:11:03 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 21:11:03 +0200
commitcce7330b9f23485a0879422e0c3395a7065439ac (patch)
treed2c45bc86d10749a822cb8983d0ebd26c2aa63c5 /tests/tuktest.h
parentTests: tuktest.h: Fix the comment about STest. (diff)
downloadxz-cce7330b9f23485a0879422e0c3395a7065439ac.tar.xz
Tests: tuktest.h: Add a missing word to a comment.
Diffstat (limited to 'tests/tuktest.h')
-rw-r--r--tests/tuktest.h4
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)
///