aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/copy_bitwise-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/copy_bitwise-selftests.c')
-rw-r--r--gdb/unittests/copy_bitwise-selftests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/unittests/copy_bitwise-selftests.c b/gdb/unittests/copy_bitwise-selftests.c
index 8798cbd..6fcdcd7 100644
--- a/gdb/unittests/copy_bitwise-selftests.c
+++ b/gdb/unittests/copy_bitwise-selftests.c
@@ -151,9 +151,7 @@ copy_bitwise_tests (void)
} /* namespace selftests */
-void _initialize_copy_bitwise_utils_selftests ();
-void
-_initialize_copy_bitwise_utils_selftests ()
+INIT_GDB_FILE (copy_bitwise_utils_selftests)
{
selftests::register_test ("copy_bitwise", selftests::copy_bitwise_tests);
}