summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-06 17:19:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 13:41:13 +0100
commitb61b95ae9e5c6fe9f34fcadb63175631c36d8e17 (patch)
tree7b3a8bd46a86718e8056e9ba5fb66b63ec91c8fe /TODO
parent737f274e1e97133222bbe7dc2112cff0edebc3ff (diff)
downloadsystemd-b61b95ae9e5c6fe9f34fcadb63175631c36d8e17.tar.gz
tests: move tests for eqzero() to a new file
It's a bit silly to have a separate file that one short test, but this is the last part of the test code that is misplaced, and here consistency beats brevity.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 560ec4bca4..6f41195eaa 100644
--- a/TODO
+++ b/TODO
@@ -72,8 +72,6 @@ Regularly:
Janitorial Clean-ups:
-* Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
-
* rework mount.c and swap.c to follow proper state enumeration/deserialization
semantics, like we do for device.c now