1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

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> #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) TEST_CASE(address_identity)
{ {
Checked<int> a = 4; Checked<int> a = 4;