diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/macro-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/macro-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/macro-2.c b/gcc/testsuite/gcc.dg/pch/macro-2.c index d058e2bb869..e2d965ff1e8 100644 --- a/gcc/testsuite/gcc.dg/pch/macro-2.c +++ b/gcc/testsuite/gcc.dg/pch/macro-2.c @@ -1,6 +1,6 @@ #define DEFINED_VALUE_2 3 -#include "macro-2.hp" +#include "macro-2.h" int main(void) { |