Procházet zdrojové kódy

Fix sentence break in add_test documentation

Commit 42de5d02 (Add WORKING_DIRECTORY argument to add_test, 2010-12-16)
added a new sentence to a paragraph without separating it by "  " from
the previous sentence.  Add the missing spaces.
Brad King před 15 roky
rodič
revize
667a90a084
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Source/cmAddTestCommand.h

+ 1 - 1
Source/cmAddTestCommand.h

@@ -74,7 +74,7 @@ public:
       "add_executable) it will automatically be replaced by the location "
       "of the executable created at build time.  "
       "If a CONFIGURATIONS option is given then the test will be executed "
-      "only when testing under one of the named configurations."
+      "only when testing under one of the named configurations.  "
       "If a WORKING_DIRECTORY option is given then the test will be executed "
       "in the given directory."
       "\n"