Don't check HAVE_UNISTD_H
[deliverable/binutils-gdb.git] / gdb / unittests / function-view-selftests.c
index d3018ba7957e94d9f266e887b2831068b2b8c378..6f8c9be315b2907780715c776f8d1cc14e045246 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for function_view for GDB, the GNU debugger.
 
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -174,5 +174,6 @@ run_tests ()
 void
 _initialize_function_view_selftests ()
 {
-  selftests::register_test (selftests::function_view::run_tests);
+  selftests::register_test ("function_view",
+                           selftests::function_view::run_tests);
 }
This page took 0.032483 seconds and 4 git commands to generate.