summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/math
diff options
context:
space:
mode:
authorGabor Bencze <b.gabor98@gmail.com>2019-07-19 20:18:11 (GMT)
committerBrad King <brad.king@kitware.com>2019-07-23 11:33:50 (GMT)
commitd427f12b7324c13d0b90cf02d2261cce8cf7be84 (patch)
tree9ff072ce1ea829ee652274f2d47d105b9e6100c4 /Tests/RunCMake/math
parent59b3000c08d5ba3de947cd196620c73c0e823b45 (diff)
downloadCMake-d427f12b7324c13d0b90cf02d2261cce8cf7be84.zip
CMake-d427f12b7324c13d0b90cf02d2261cce8cf7be84.tar.gz
CMake-d427f12b7324c13d0b90cf02d2261cce8cf7be84.tar.bz2
math(EXPR): Implement ~(exp_NOT) expression as documented
Fixes: #19252
Diffstat (limited to 'Tests/RunCMake/math')
-rw-r--r--Tests/RunCMake/math/MATH-InvalidExpression-stderr.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/math/MATH-InvalidExpression-stderr.txt b/Tests/RunCMake/math/MATH-InvalidExpression-stderr.txt
index 9e73ed5..22226f2 100644
--- a/Tests/RunCMake/math/MATH-InvalidExpression-stderr.txt
+++ b/Tests/RunCMake/math/MATH-InvalidExpression-stderr.txt
@@ -1,5 +1,5 @@
^CMake Error at MATH-InvalidExpression.cmake:1 \(math\):
- math cannot parse the expression: "INVALID": syntax error, unexpected \$end,
- expecting exp_PLUS or exp_MINUS or exp_OPENPARENT or exp_NUMBER \(7\).
+ math cannot parse the expression: "INVALID": syntax error, unexpected \$end
+ \(7\).
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$