diff options
Diffstat (limited to 'gdb/common/selftest.h')
-rw-r--r-- | gdb/common/selftest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/selftest.h b/gdb/common/selftest.h index 0922bca9140..c566ec5f3db 100644 --- a/gdb/common/selftest.h +++ b/gdb/common/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 SELFTEST_H -#define SELFTEST_H +#ifndef COMMON_SELFTEST_H +#define COMMON_SELFTEST_H /* A test is just a function that does some checks and throws an exception if something has gone wrong. */ @@ -70,4 +70,4 @@ extern void for_each_selftest (for_each_selftest_ftype func); error (_("self-test failed at %s:%d"), __FILE__, __LINE__); \ } while (0) -#endif /* SELFTEST_H */ +#endif /* COMMON_SELFTEST_H */ |