summaryrefslogtreecommitdiff
path: root/test/unit/expr/kind_map_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/expr/kind_map_black.h')
-rw-r--r--test/unit/expr/kind_map_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/expr/kind_map_black.h b/test/unit/expr/kind_map_black.h
index e5bcdd298..b994bd3af 100644
--- a/test/unit/expr/kind_map_black.h
+++ b/test/unit/expr/kind_map_black.h
@@ -102,7 +102,7 @@ public:
TS_ASSERT(!(AND ^ AND ^ AND).isEmpty());
#ifdef CVC4_ASSERTIONS
- TS_ASSERT_THROWS(~LAST_KIND, IllegalArgumentException);
+ TS_ASSERT_THROWS(~LAST_KIND, AssertArgumentException);
#endif /* CVC4_ASSERTIONS */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback