diff options
Diffstat (limited to 'gdb/unittests/child-path-selftests.c')
-rw-r--r-- | gdb/unittests/child-path-selftests.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/unittests/child-path-selftests.c b/gdb/unittests/child-path-selftests.c index 0f29f7d..95b2c34 100644 --- a/gdb/unittests/child-path-selftests.c +++ b/gdb/unittests/child-path-selftests.c @@ -58,9 +58,7 @@ test () } } -void _initialize_child_path_selftests (); -void -_initialize_child_path_selftests () +INIT_GDB_FILE (child_path_selftests) { selftests::register_test ("child_path", selftests::child_path::test); |