From 6a74dbbeef44159fd423640b3b0043eb634314de Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 24 Apr 2009 11:21:09 -0400 Subject: ENH: Test spaces in non-string preprocessor values This extends the Preprocessor test to put spaces in the value of a definition that is not a quoted string. In particular this tests that VS6 supports values with spaces if they do not have '"', '$', or ';'. See issue #8779. --- Tests/Preprocess/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/Preprocess') diff --git a/Tests/Preprocess/CMakeLists.txt b/Tests/Preprocess/CMakeLists.txt index 3187c36a02..2401d59b64 100644 --- a/Tests/Preprocess/CMakeLists.txt +++ b/Tests/Preprocess/CMakeLists.txt @@ -178,7 +178,7 @@ set(EXPR "x*y+!(x==(y+1*2))*f(x${EXPR_OP1}2)") if(NOT WATCOM) # Watcom does not support - or / because it parses them as options. - set(EXPR "${EXPR}+y/x-x") + set(EXPR "${EXPR} + y/x-x") endif(NOT WATCOM) #----------------------------------------------------------------------------- -- cgit v1.2.1