Skip to content

Commit fba5b14

Browse files
committed
docs: reorder collation regression test order in paragraph
Backpatch-through: 10
1 parent 05d151e commit fba5b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/regress.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ make check EXTRA_TESTS=numeric_big
270270
</screen>
271271
To run the collation tests:
272272
<screen>
273-
make check EXTRA_TESTS='collate.icu.utf8 collate.linux.utf8' LANG=en_US.utf8
273+
make check EXTRA_TESTS='collate.linux.utf8 collate.icu.utf8' LANG=en_US.utf8
274274
</screen>
275275
The <literal>collate.linux.utf8</> test works only on Linux/glibc
276276
platforms. The <literal>collate.icu.utf8</literal> test only works when

0 commit comments

Comments
 (0)