瀏覽代碼

Merge topic 'doc-RunCMake-strips-expected'

c80a4f9 Tests/RunCMake: Document stripping of expected output
Brad King 12 年之前
父節點
當前提交
17fb435b21
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/RunCMake/CMakeLists.txt

+ 1 - 1
Tests/RunCMake/CMakeLists.txt

@@ -28,7 +28,7 @@
 #   <SubTest>-stdout.txt  = Regex matching expected stdout content
 #   <SubTest>-stderr.txt  = Regex matching expected stderr content
 #   <SubTest>-check.cmake = Custom result check
-# Note that trailing newlines will be stripped from actual test
+# Note that trailing newlines will be stripped from actual and expected test
 # output before matching against the stdout and stderr expressions.
 # The code in <SubTest>-check.cmake may use variables
 #   RunCMake_TEST_SOURCE_DIR = Top of test source tree