summaryrefslogtreecommitdiff
path: root/lib/tests/igt_simulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/igt_simulation.c')
-rw-r--r--lib/tests/igt_simulation.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/tests/igt_simulation.c b/lib/tests/igt_simulation.c
index 2efccac4..3f3cd88f 100644
--- a/lib/tests/igt_simulation.c
+++ b/lib/tests/igt_simulation.c
@@ -28,19 +28,12 @@
#include <stdlib.h>
#include <sys/wait.h>
#include <sys/types.h>
-#include <assert.h>
#include <errno.h>
#include "drmtest.h"
#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"
bool simple;
bool list_subtests;