summaryrefslogtreecommitdiff
path: root/tests/gem_bad_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_bad_batch.c')
-rw-r--r--tests/gem_bad_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_bad_batch.c b/tests/gem_bad_batch.c
index 7f92a939b..e3de3b6d2 100644
--- a/tests/gem_bad_batch.c
+++ b/tests/gem_bad_batch.c
@@ -48,7 +48,7 @@ struct intel_batchbuffer *batch;
static void
bad_batch(void)
{
- BEGIN_BATCH(2);
+ BEGIN_BATCH(2, 0);
OUT_BATCH(MI_BATCH_BUFFER_START);
OUT_BATCH(0);
ADVANCE_BATCH();