[pango/serialization-improvements] test-layout: Fix up comparison direction



commit 2931d89196932f43a337e3244236f2b94ca40aee
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 25 08:37:50 2021 -0500

    test-layout: Fix up comparison direction
    
    This makes more sense.

 tests/test-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]