Tests: Document 'missing' tests

It's up for grabs. Anyone wants to write them? :)
This commit is contained in:
Ben Wiederhake 2020-08-26 21:53:51 +02:00 committed by Andreas Kling
parent 9f2338a5f5
commit e5807d17b2

View file

@ -28,6 +28,9 @@
#include <AK/Checked.h>
// These tests only check whether the usual operator semantics work.
// TODO: Add tests about the actual `Check`ing itself!
TEST_CASE(address_identity)
{
Checked<int> a = 4;