summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-03-21 11:33:30 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2003-03-21 11:33:30 -0500
commit62314ea808ead384c72a17a29b1d5d04fb9dd647 (patch)
treec470d235eac832cd66406b291c3203a0a91fb680 /Tests/ComplexOneConfig
parent0a29ebad97ec1b63c7f452baef0ec2b050158f45 (diff)
downloadcmake-62314ea808ead384c72a17a29b1d5d04fb9dd647.tar.gz
BUG: fix REMOVE test
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index 2679722991..208e9fd2e0 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -798,7 +798,7 @@ int main()
// ----------------------------------------------------------------------
// Test REMOVE command
- if (strcmp("a;b;d",REMOVE_STRING))
+ if (strcmp("a;b;d",REMOVE_STRING) == 0)
{
cmPassed("REMOVE is working");
}