Clarified something in test/errors.c.
This commit is contained in:
parent
19a776e446
commit
76eef19a2b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue