diff --git a/AK/Tests/TestChecked.cpp b/AK/Tests/TestChecked.cpp index 6b5841b62c..e1a7a234a3 100644 --- a/AK/Tests/TestChecked.cpp +++ b/AK/Tests/TestChecked.cpp @@ -28,6 +28,9 @@ #include +// These tests only check whether the usual operator semantics work. +// TODO: Add tests about the actual `Check`ing itself! + TEST_CASE(address_identity) { Checked a = 4;