mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Tests: Document 'missing' tests
It's up for grabs. Anyone wants to write them? :)
This commit is contained in:
parent
9f2338a5f5
commit
e5807d17b2
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue