diff options
Diffstat (limited to 'gdbsupport/selftest.cc')
-rw-r--r-- | gdbsupport/selftest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/selftest.cc b/gdbsupport/selftest.cc index d3bed68..0874807 100644 --- a/gdbsupport/selftest.cc +++ b/gdbsupport/selftest.cc @@ -1,5 +1,5 @@ /* GDB self-testing. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -138,4 +138,4 @@ all_selftests () return selftests_range (tests.cbegin (), tests.cend ()); } -} // namespace selftests +} /* namespace selftests */ |