summaryrefslogtreecommitdiff
path: root/test/unit/expr/attribute_white.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-08-25 18:36:46 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-08-25 18:36:46 +0000
commit2faa78b68ca26f73e757f225f0786450e33c625f (patch)
treec942d7f69dd5c4cd94d314f6e5587cfa63680efe /test/unit/expr/attribute_white.h
parent278cdeb360322c7e9ae4b102abd740d101f37c6d (diff)
Fixing the broken unit tests
Diffstat (limited to 'test/unit/expr/attribute_white.h')
-rw-r--r--test/unit/expr/attribute_white.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/expr/attribute_white.h b/test/unit/expr/attribute_white.h
index 571be2789..c325ed0a7 100644
--- a/test/unit/expr/attribute_white.h
+++ b/test/unit/expr/attribute_white.h
@@ -126,13 +126,9 @@ public:
TS_ASSERT_DIFFERS(TestFlag4::s_id, TestFlag5::s_id);
lastId = attr::LastAttributeId<bool, true>::s_id;
- TS_ASSERT_LESS_THAN(theory::Asserted::s_id, lastId);
TS_ASSERT_LESS_THAN(TestFlag1cd::s_id, lastId);
TS_ASSERT_LESS_THAN(TestFlag2cd::s_id, lastId);
- TS_ASSERT_DIFFERS(theory::Asserted::s_id, TestFlag1cd::s_id);
- TS_ASSERT_DIFFERS(theory::Asserted::s_id, TestFlag2cd::s_id);
TS_ASSERT_DIFFERS(TestFlag1cd::s_id, TestFlag2cd::s_id);
- cout << "A: " << theory::Asserted::s_id << endl;
cout << "1: " << TestFlag1cd::s_id << endl;
cout << "2: " << TestFlag2cd::s_id << endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback