From cce7330b9f23485a0879422e0c3395a7065439ac Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 14 Feb 2024 21:11:03 +0200 Subject: Tests: tuktest.h: Add a missing word to a comment. --- tests/tuktest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tuktest.h') 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) /// -- cgit v1.2.3