commit | 4fe9f31f0fc428b945663032da86ac0f7e80a63f | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Mon Oct 22 10:22:39 2018 +0530 |
committer | Laurence Lundblade <lgl@island-resort.com> | Mon Oct 22 10:22:39 2018 +0530 |
tree | b24ee3a69175ddae28a41394f37f56530f5a43b4 | |
parent | 369b90ab211514016e1d4a30a5aed106b921d1fa [diff] [blame] |
Clean up naming of macros to create useful bugs from literals and on stack
diff --git a/test/run_tests.c b/test/run_tests.c index 130c24a..9bfaf35 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -162,7 +162,7 @@ { int nTestsFailed = 0; int nTestsRun = 0; - UsefulBuf_MakeStackUB(StringStorage, 5); + UsefulBuf_MAKE_STACK_UB(StringStorage, 5); test_entry2 *t2; const test_entry2 *s_tests2_end = s_tests2 + sizeof(s_tests2)/sizeof(test_entry2);