summaryrefslogtreecommitdiff
path: root/src/util/Assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Assert.h')
-rw-r--r--src/util/Assert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Assert.h b/src/util/Assert.h
index 5333817aa..0809257bf 100644
--- a/src/util/Assert.h
+++ b/src/util/Assert.h
@@ -211,9 +211,9 @@ extern __thread CVC4_PUBLIC const char* s_debugAssertionFailure;
<< "An assertion failed during stack unwinding:" << std::endl \
<< AssertionException(#cond, __PRETTY_FUNCTION__, __FILE__, __LINE__, ## msg) << std::endl \
<< "===========================================" << std::endl; \
- if(s_debugAssertionFailure != NULL) { \
+ if(s_debugAssertionFailure != NULL) { \
Warning() << "The propagating exception is:" << std::endl \
- << s_debugAssertionFailure << std::endl \
+ << s_debugAssertionFailure << std::endl \
<< "===========================================" << std::endl; \
s_debugAssertionFailure = NULL; \
} \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback