gdb/tui: Link source and assembler scrolling .... again
[deliverable/binutils-gdb.git] / gdb / unittests / function-view-selftests.c
index d3018ba7957e94d9f266e887b2831068b2b8c378..fd0f81222fc5522e57f6404ff654d57b88d4a59e 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-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,8 +18,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "selftest.h"
-#include "common/function-view.h"
+#include "gdbsupport/selftest.h"
+#include "gdbsupport/function-view.h"
 
 namespace selftests {
 namespace function_view {
@@ -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.024946 seconds and 4 git commands to generate.