about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-02-28 16:10:38 +0200
committerTshepang Mbambo <tshepang@gmail.com>2025-02-28 16:10:38 +0200
commite66bf08f93de71125765d0e7e1a5f5d1550406ea (patch)
tree15b01e74efa0eb1d2b681d93858429acaab41c8a
parentcb08599451226d780b2490f1aa9b414fe9e36657 (diff)
downloadrust-e66bf08f93de71125765d0e7e1a5f5d1550406ea.tar.gz
rust-e66bf08f93de71125765d0e7e1a5f5d1550406ea.zip
sort list
-rw-r--r--tests/ui/attributes/auxiliary/used_pre_main_constructor.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/attributes/auxiliary/used_pre_main_constructor.rs b/tests/ui/attributes/auxiliary/used_pre_main_constructor.rs
index 686dcb277f8..192594d2d10 100644
--- a/tests/ui/attributes/auxiliary/used_pre_main_constructor.rs
+++ b/tests/ui/attributes/auxiliary/used_pre_main_constructor.rs
@@ -10,14 +10,14 @@
 
 #[cfg_attr(
     any(
-        target_os = "linux",
         target_os = "android",
+        target_os = "dragonfly",
         target_os = "freebsd",
+        target_os = "haiku",
+        target_os = "illumos",
+        target_os = "linux",
         target_os = "netbsd",
         target_os = "openbsd",
-        target_os = "dragonfly",
-        target_os = "illumos",
-        target_os = "haiku"
     ),
     link_section = ".init_array"
 )]