Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests/nolibc: remove outdated comment about construct order

The constructor order is not (and should not) be tested. Remove the
comment.

Fixes: a782d45c867c ("selftests/nolibc: stop testing constructor order")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Link: https://lore.kernel.org/r/20250731201225.323254-3-benjamin@sipsolutions.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

authored by

Benjamin Berg and committed by
Thomas Weißschuh
ca38943e 6d33ce36

-1
-1
tools/testing/selftests/nolibc/nolibc-test.c
··· 686 686 #define CASE_TEST(name) \ 687 687 case __LINE__: llen += printf("%d %s", test, #name); 688 688 689 - /* constructors validate that they are executed in definition order */ 690 689 __attribute__((constructor)) 691 690 static void constructor1(void) 692 691 {