summaryrefslogtreecommitdiff
path: root/test/unit/context/context_mm_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/context_mm_black.h')
-rw-r--r--test/unit/context/context_mm_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/context/context_mm_black.h b/test/unit/context/context_mm_black.h
index beace137e..2684d643c 100644
--- a/test/unit/context/context_mm_black.h
+++ b/test/unit/context/context_mm_black.h
@@ -90,7 +90,7 @@ private:
}
// Try popping out of scope
- TS_ASSERT_THROWS(d_cmm->pop(), CVC4::AssertionException);
+ TS_ASSERT_THROWS(d_cmm->pop(), CVC4::AssertionException&);
#endif /* __CVC4__CONTEXT__CONTEXT_MM_H */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback