diff options
author | Christian C <cc@localhost> | 2025-03-08 00:48:57 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-08 00:48:57 -0800 |
commit | 688c2454c55acf8720f2403ae574318f1941732f (patch) | |
tree | 47532af4a45b5c3f1d56105c7801a8fbf8ccada5 | |
parent | 316554287a6cfa7c61c009b745c8f42f3aa30111 (diff) |
WS
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c index b3b2fce..40e2d6f 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -18,7 +18,6 @@ int main() all_success &= test_success; _META_TEST_RESULT("LIB/DIR", test_success) - // lib/time.c Test test_success = TEST_lib_time(); all_success &= test_success; |