mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib/igt_core.h: fix igt_skip_on_f requirement message
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
5a61421a02
commit
d950f37be3
@ -397,7 +397,7 @@ void igt_exit(void) __attribute__((noreturn));
|
||||
* information to help debugging test failures.
|
||||
*/
|
||||
#define igt_skip_on_f(expr, f...) do { \
|
||||
if ((expr)) igt_skip_check(#expr , f); \
|
||||
if ((expr)) igt_skip_check("!("#expr")", f); \
|
||||
} while (0)
|
||||
|
||||
/* fork support code */
|
||||
|
Loading…
x
Reference in New Issue
Block a user