aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/path-join-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/path-join-selftests.c')
-rw-r--r--gdb/unittests/path-join-selftests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/unittests/path-join-selftests.c b/gdb/unittests/path-join-selftests.c
index a4003f0..8bc5a91 100644
--- a/gdb/unittests/path-join-selftests.c
+++ b/gdb/unittests/path-join-selftests.c
@@ -63,9 +63,7 @@ test ()
}
}
-void _initialize_path_join_selftests ();
-void
-_initialize_path_join_selftests ()
+INIT_GDB_FILE (path_join_selftests)
{
selftests::register_test ("path_join",
selftests::path_join::test);