Skip to content

Commit e66bf08

Browse files
committed
sort list
1 parent cb08599 commit e66bf08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ui/attributes/auxiliary/used_pre_main_constructor.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
#[cfg_attr(
1212
any(
13-
target_os = "linux",
1413
target_os = "android",
14+
target_os = "dragonfly",
1515
target_os = "freebsd",
16+
target_os = "haiku",
17+
target_os = "illumos",
18+
target_os = "linux",
1619
target_os = "netbsd",
1720
target_os = "openbsd",
18-
target_os = "dragonfly",
19-
target_os = "illumos",
20-
target_os = "haiku"
2121
),
2222
link_section = ".init_array"
2323
)]

0 commit comments

Comments
 (0)