mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Update programming by contract macros
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
||||
// We don't really expect the program to run after this
|
||||
// but the unit test is here so you can manually test it.
|
||||
int shouldBeZero (1);
|
||||
fatal_assert (shouldBeZero == 0);
|
||||
check_invariant (shouldBeZero == 0);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user