diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-25 08:37:50 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-25 08:37:50 -0500 |
commit | 2931d89196932f43a337e3244236f2b94ca40aee (patch) | |
tree | c4da7c8cac53d32c32125c59598fbe6c43d31513 /tests | |
parent | 4be56840ddead48d8b4f6d63775eb3fafc764f9d (diff) | |
download | pango-2931d89196932f43a337e3244236f2b94ca40aee.tar.gz |
test-layout: Fix up comparison direction
This makes more sense.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-layout.c | 2 |
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); |