summaryrefslogtreecommitdiff
path: root/test/unit/util/exception_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/exception_black.h')
-rw-r--r--test/unit/util/exception_black.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/test/unit/util/exception_black.h b/test/unit/util/exception_black.h
index 0eb4b0040..ba17d28da 100644
--- a/test/unit/util/exception_black.h
+++ b/test/unit/util/exception_black.h
@@ -25,16 +25,14 @@ using namespace CVC4;
using namespace std;
class ExceptionBlack : public CxxTest::TestSuite {
-public:
+ public:
+ void setUp() override {}
- void setUp() {
- }
-
- void tearDown() {
- }
+ void tearDown() override {}
// CVC4::Exception is a simple class, just test it all at once.
- void testExceptions() {
+ void testExceptions()
+ {
Exception e1;
Exception e2(string("foo!"));
Exception e3("bar!");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback