Skip to content

Commit 4b0ac3f

Browse files
committed
UT_RETHROW needed to take an argument when UNITTEST_NO_EXCEPTIONS=1.
1 parent 7a68264 commit 4b0ac3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTest++/ExceptionMacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#else
1313
#define UT_TRY(x) x
1414
#define UT_THROW(x)
15-
#define UT_RETHROW()
15+
#define UT_RETHROW(ExceptionType)
1616
#define UT_CATCH(ExceptionType, ExceptionName, CatchBody)
1717
#define UT_CATCH_ALL(CatchBody)
1818
#endif

0 commit comments

Comments
 (0)