aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/gdb_tilde_expand-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/gdb_tilde_expand-selftests.c')
-rw-r--r--gdb/unittests/gdb_tilde_expand-selftests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/unittests/gdb_tilde_expand-selftests.c b/gdb/unittests/gdb_tilde_expand-selftests.c
index b0b7027..28c759f 100644
--- a/gdb/unittests/gdb_tilde_expand-selftests.c
+++ b/gdb/unittests/gdb_tilde_expand-selftests.c
@@ -84,9 +84,7 @@ do_test ()
} /* namespace gdb_tilde_expand_tests */
} /* namespace selftests */
-void _initialize_gdb_tilde_expand_selftests ();
-void
-_initialize_gdb_tilde_expand_selftests ()
+INIT_GDB_FILE (gdb_tilde_expand_selftests)
{
selftests::register_test
("gdb_tilde_expand", selftests::gdb_tilde_expand_tests::do_test);