summaryrefslogtreecommitdiff
path: root/test/unit/theory
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-02-24 16:26:44 -0800
committerGitHub <noreply@github.com>2021-02-24 16:26:44 -0800
commite36aeda0e759c5328ba76412dde8afbecf34970b (patch)
tree47f6795c587710c78cc558abbb3576f397c7e3b7 /test/unit/theory
parentc3e16e447aed037806f874a54ae74d6850415fd7 (diff)
Enable -Werror. (#5969)
Diffstat (limited to 'test/unit/theory')
-rw-r--r--test/unit/theory/logic_info_white.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/theory/logic_info_white.cpp b/test/unit/theory/logic_info_white.cpp
index 7ffbd6d2a..5dc8c45cb 100644
--- a/test/unit/theory/logic_info_white.cpp
+++ b/test/unit/theory/logic_info_white.cpp
@@ -27,8 +27,8 @@ namespace test {
class TestTheoryWhiteLogicInfo : public TestInternal
{
-#warning \
- "This test is of questionable compatiblity with contrib/new-theory. Is the new theory id handled correctly by the Logic info."
+ // This test is of questionable compatiblity with contrib/new-theory. Is the
+ // new theory id handled correctly by the Logic info.
protected:
void eq(const LogicInfo& logic1, const LogicInfo& logic2) const
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback