summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-layout.c b/tests/test-layout.c
index 5a260f99..62aba460 100644
--- a/tests/test-layout.c
+++ b/tests/test-layout.c
@@ -77,7 +77,7 @@ test_layout (gconstpointer d)
g_object_unref (layout);
g_object_unref (context);
- diff = diff_bytes (bytes, orig, &error);
+ diff = diff_bytes (orig, bytes, &error);
g_assert_no_error (error);
g_bytes_unref (bytes);