commit | 1544c4816579d02df30087371b556cb2776403ff | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Wed Dec 05 20:52:35 2018 +0900 |
committer | Laurence Lundblade <lgl@island-resort.com> | Wed Dec 05 20:52:35 2018 +0900 |
tree | ac23dbcc6b88dae300a9f29d74749300e3d5bc61 | |
parent | 8ca136952dfcb5d5e21dd2947c98a9326190dce6 [diff] [blame] |
remove left over comment and TODO
diff --git a/test/run_tests.c b/test/run_tests.c index d1c3152..1090e6c 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -53,9 +53,7 @@ /* Convert a number up to 999999999 to a string. This is so sprintf doesn't have to be linked in so as to minimized dependencies even in test code. - - This function does pointer math. TODO: test this. - */ + */ const char *NumToString(int32_t nNum, UsefulBuf StringMem) { const int32_t nMax = 1000000000;