diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-10-21 20:20:25 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-10-21 20:20:25 +0000 |
| commit | edaecf3ac6366342c827a1690d04568bed86c9aa (patch) | |
| tree | d16773039cd6f7e0f908774d5c435be3c23ef444 /include/cppunit/TestAssert.h | |
| parent | 704db48dedf1e413faa0dde775c3dcc5901b2918 (diff) | |
| download | cppunit-edaecf3ac6366342c827a1690d04568bed86c9aa.tar.gz | |
Commit of 1.7.1 release.
Diffstat (limited to 'include/cppunit/TestAssert.h')
| -rw-r--r-- | include/cppunit/TestAssert.h | 2 |
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 |
