mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Fix trivial bug in test_stackanalysis
This commit is contained in:
@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE(TestASSlot) {
|
||||
BOOST_TEST(SP0Slot == SP0Slot);
|
||||
BOOST_TEST(SP0Slot != CPUSlot);
|
||||
BOOST_TEST(SP0Slot.greaterThan(CPUSlot));
|
||||
BOOST_TEST(SP0Slot.lowerThanOrEqual(CPUSlot));
|
||||
BOOST_TEST(not SP0Slot.lowerThanOrEqual(CPUSlot));
|
||||
|
||||
// Test addition and masking
|
||||
SP0Slot.add(-5);
|
||||
|
||||
Reference in New Issue
Block a user