summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-25 08:37:50 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-25 08:37:50 -0500
commit2931d89196932f43a337e3244236f2b94ca40aee (patch)
treec4da7c8cac53d32c32125c59598fbe6c43d31513
parent4be56840ddead48d8b4f6d63775eb3fafc764f9d (diff)
downloadpango-2931d89196932f43a337e3244236f2b94ca40aee.tar.gz
test-layout: Fix up comparison direction
This makes more sense.
-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);