diff options
Diffstat (limited to 'gdbsupport/selftest.h')
-rw-r--r-- | gdbsupport/selftest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/selftest.h b/gdbsupport/selftest.h index 41d1210..cbbdd01 100644 --- a/gdbsupport/selftest.h +++ b/gdbsupport/selftest.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef COMMON_SELFTEST_H -#define COMMON_SELFTEST_H +#ifndef GDBSUPPORT_SELFTEST_H +#define GDBSUPPORT_SELFTEST_H #include "gdbsupport/array-view.h" #include "gdbsupport/function-view.h" @@ -93,4 +93,4 @@ extern void reset (); error (_("self-test failed at %s:%d"), __FILE__, __LINE__); \ } while (0) -#endif /* COMMON_SELFTEST_H */ +#endif /* GDBSUPPORT_SELFTEST_H */ |