aboutsummaryrefslogtreecommitdiff
path: root/src/unitsuite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unitsuite.h')
-rw-r--r--src/unitsuite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unitsuite.h b/src/unitsuite.h
index 3502a1b..db249b2 100644
--- a/src/unitsuite.h
+++ b/src/unitsuite.h
@@ -56,5 +56,6 @@ namespace Bu
56{ \ 56{ \
57 throw Bu::UnitSuite::Failed( #tst, __FILE__, __LINE__ ); \ 57 throw Bu::UnitSuite::Failed( #tst, __FILE__, __LINE__ ); \
58} 58}
59#define unitFailed( msg ) throw Bu::UnitSuite::Failed(msg, __FILE__, __LINE__);
59 60
60#endif 61#endif