From 76eef19a2b06847d3eed69cecca57a13abaf52d9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 May 2020 21:03:31 -0400 Subject: [PATCH] Clarified something in test/errors.c. --- test/errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/errors.c b/test/errors.c index f6adb21c..74be6610 100644 --- a/test/errors.c +++ b/test/errors.c @@ -6,7 +6,7 @@ // Do not put any test cases in this file; they will not be run. // 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). struct checkProgrammerErrorParams {