From e5807d17b2a18dc4c4732d516e2c31672d21f324 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Wed, 26 Aug 2020 21:53:51 +0200 Subject: [PATCH] Tests: Document 'missing' tests It's up for grabs. Anyone wants to write them? :) --- AK/Tests/TestChecked.cpp | 3 +++ 1 file changed, 3 insertions(+) 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;