~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to packages/UnitTest++/src/ReportAssert.h

  • Committer: cecilios
  • Date: 2007-05-19 11:39:03 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:236

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef UNITTEST_ASSERT_H
2
 
#define UNITTEST_ASSERT_H
3
 
 
4
 
namespace UnitTest {
5
 
 
6
 
void ReportAssert(char const* description, char const* filename, int lineNumber);
7
 
    
8
 
}
9
 
 
10
 
#endif