Răsfoiți Sursa

Merge topic 'doc-add_test-typo'

ca39258a66 Help: Fix typo in add_test documentation

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9687
Brad King 1 an în urmă
părinte
comite
b0ba99f152
2 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 0 1
      Auxiliary/vim/syntax/cmake.vim
  2. 1 1
      Help/command/add_test.rst

+ 0 - 1
Auxiliary/vim/syntax/cmake.vim

@@ -2637,7 +2637,6 @@ syn keyword cmakeKWadd_test contained
             \ SKIP_REGULAR_EXPRESSION
             \ TARGET_FILE
             \ WILL_FAIL
-            \ WILL_FALL
             \ WORKING_DIRECTORY
 
 syn keyword cmakeKWblock contained

+ 1 - 1
Help/command/add_test.rst

@@ -80,7 +80,7 @@ directory the test is created in.
 If the test command exits with code ``0`` the test passes. Non-zero exit code
 is a "failed" test. The test property :prop_test:`WILL_FAIL` inverts this
 logic. Note that system-level test failures such as segmentation faults or
-heap errors will still fail the test even if ``WILL_FALL`` is true. Output
+heap errors will still fail the test even if ``WILL_FAIL`` is true. Output
 written to stdout or stderr is captured by :manual:`ctest(1)` and only
 affects the pass/fail status via the :prop_test:`PASS_REGULAR_EXPRESSION`,
 :prop_test:`FAIL_REGULAR_EXPRESSION`, or :prop_test:`SKIP_REGULAR_EXPRESSION`