Clarified something in test/errors.c.

This commit is contained in:
Pietro Gagliardi 2020-05-11 21:03:31 -04:00
parent 19a776e446
commit 76eef19a2b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// Do not put any test cases in this file; they will not be run. // Do not put any test cases in this file; they will not be run.
// Notes on these functions: // Notes on these functions:
// - Try to wrap them as tightly around the specific calls being tested as possible, to avoid accidentally catching something else. // - Try to wrap them as tightly around the specific calls being tested as possible, to avoid accidentally catching something else. Ideally, only one libui function call should be made between a begin/end pair, even indirectly.
// - I don't know if these are thread-safe yet (TODO potentially make them so so this first part can be made tighter). // - I don't know if these are thread-safe yet (TODO potentially make them so so this first part can be made tighter).
struct checkProgrammerErrorParams { struct checkProgrammerErrorParams {