summaryrefslogtreecommitdiff
path: root/lib/tests/igt_fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/igt_fork.c')
-rw-r--r--lib/tests/igt_fork.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/tests/igt_fork.c b/lib/tests/igt_fork.c
index fa5bb770..38c55d11 100644
--- a/lib/tests/igt_fork.c
+++ b/lib/tests/igt_fork.c
@@ -22,7 +22,6 @@
*
*/
-#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
@@ -32,13 +31,7 @@
#include "igt_core.h"
-/*
- * We need to hide assert from the cocci igt test refactor spatch.
- *
- * IMPORTANT: Test infrastructure tests are the only valid places where using
- * assert is allowed.
- */
-#define internal_assert assert
+#include "igt_tests_common.h"
char test[] = "test";
char *argv_run[] = { test };