1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-25 18:08:13 +00:00

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

(cherry picked from commit cce7330b9f23485a0879422e0c3395a7065439ac)
This commit is contained in:
Lasse Collin 2024-02-14 21:11:03 +02:00
parent e46fcd1ed7
commit 46b6459c9e

View File

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