]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Tests: tuktest.h: Add a missing word to a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 19:11:03 +0000 (21:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 19:11:03 +0000 (21:11 +0200)
tests/tuktest.h

index a19c10700bbefb7548e28ed7fcac2123b71166a9..5a8a916964042dcedeb6c9929d966dc0d7ac9a4c 100644 (file)
 ///     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)
 ///