summaryrefslogtreecommitdiff
path: root/include/cppunit/TestAssert.h
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-10-21 20:20:25 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-10-21 20:20:25 +0000
commitedaecf3ac6366342c827a1690d04568bed86c9aa (patch)
treed16773039cd6f7e0f908774d5c435be3c23ef444 /include/cppunit/TestAssert.h
parent704db48dedf1e413faa0dde775c3dcc5901b2918 (diff)
downloadcppunit-edaecf3ac6366342c827a1690d04568bed86c9aa.tar.gz
Commit of 1.7.1 release.
Diffstat (limited to 'include/cppunit/TestAssert.h')
-rw-r--r--include/cppunit/TestAssert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h
index 081591e..ff156d7 100644
--- a/include/cppunit/TestAssert.h
+++ b/include/cppunit/TestAssert.h
@@ -96,7 +96,7 @@ namespace CppUnit {
CPPUNIT_SOURCELINE() ) )
#else
# define CPPUNIT_ASSERT(condition) \
- ( ::CppUnit::Asserter::failIf( !(condition), \
+ ( ::CppUnit::Asserter::failIf( !(condition), \
"", \
CPPUNIT_SOURCELINE() ) )
#endif