diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/empty.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/empty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/empty.c b/gcc/testsuite/gcc.dg/pch/empty.c index 330876cc7c7..7daa7ca7fcd 100644 --- a/gcc/testsuite/gcc.dg/pch/empty.c +++ b/gcc/testsuite/gcc.dg/pch/empty.c @@ -1,6 +1,6 @@ /* Yes, it's called "empty" because it has no contents at all. Even this comment goes here, rather than in empty.h. */ -#include "empty.hp" +#include "empty.h" int main(void) { |