Skip to content

Commit

Permalink
Tests: Document 'missing' tests
Browse files Browse the repository at this point in the history
It's up for grabs. Anyone wants to write them? :)
  • Loading branch information
BenWiederhake authored and awesomekling committed Aug 27, 2020
1 parent 9f2338a commit e5807d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AK/Tests/TestChecked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e5807d1

Please sign in to comment.