summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst')
-rwxr-xr-xshare/cmake-3.2/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/cmake-3.2/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst b/share/cmake-3.2/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst
deleted file mode 100755
index b02d17d..0000000
--- a/share/cmake-3.2/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-FAIL_REGULAR_EXPRESSION
------------------------
-
-If the output matches this regular expression the test will fail.
-
-If set, if the output matches one of specified regular expressions,
-the test will fail.For example: FAIL_REGULAR_EXPRESSION
-"[^a-z]Error;ERROR;Failed"