Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
pango
Commits
2931d891
Commit
2931d891
authored
Nov 25, 2021
by
Matthias Clasen
Browse files
test-layout: Fix up comparison direction
This makes more sense.
parent
4be56840
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-layout.c
View file @
2931d891
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment