mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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
Notes:
sideshowbarker
2024-07-19 03:06:52 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/e5807d17b2a Pull-request: https://github.com/SerenityOS/serenity/pull/3313 Reviewed-by: https://github.com/nico
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…
Reference in a new issue