summaryrefslogtreecommitdiffstats
path: root/Tests/GeneratorExpression/check-part3.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-04 18:38:23 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-06 17:46:45 (GMT)
commit9c9f69fb9c0c1ab1f62de646cffe48485bd893af (patch)
tree483e4b7e1021b4217d415fca3a615bfc95293fb5 /Tests/GeneratorExpression/check-part3.cmake
parent6eb32181052e2262fd2b8ed1d6fa19e279d7ae5e (diff)
downloadCMake-9c9f69fb9c0c1ab1f62de646cffe48485bd893af.zip
CMake-9c9f69fb9c0c1ab1f62de646cffe48485bd893af.tar.gz
CMake-9c9f69fb9c0c1ab1f62de646cffe48485bd893af.tar.bz2
Genex: Make EQUAL support upper case binary literals
As C++11, python, D and java do. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf Add test for uppercase hex literals.
Diffstat (limited to 'Tests/GeneratorExpression/check-part3.cmake')
-rw-r--r--Tests/GeneratorExpression/check-part3.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/GeneratorExpression/check-part3.cmake b/Tests/GeneratorExpression/check-part3.cmake
index 2c6bf49..70ccfe1 100644
--- a/Tests/GeneratorExpression/check-part3.cmake
+++ b/Tests/GeneratorExpression/check-part3.cmake
@@ -55,6 +55,8 @@ check(equal15 "1")
check(equal16 "1")
check(equal17 "0")
check(equal18 "1")
-check(equal19 "1")
-check(equal20 "0")
+check(equal19 "0")
+check(equal20 "1")
check(equal21 "1")
+check(equal22 "0")
+check(equal23 "1")