summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/static-2.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-01-16 18:48:09 -0800
committerRichard Henderson <rth@gcc.gnu.org>2003-01-16 18:48:09 -0800
commit50c620d648990c032a5ac8afdcbb783efc66eedd (patch)
tree2497b459ebd2d1cffb245377101a0b8fda8cd438 /gcc/testsuite/gcc.dg/pch/static-2.c
parentc4274b22b9982dadb0df1caa103bce6018d232ca (diff)
downloadgcc-50c620d648990c032a5ac8afdcbb783efc66eedd.tar.gz
pch.exp: Copy test header to the working directory before using it either for...
* gcc.dg/pch/pch.exp: Copy test header to the working directory before using it either for precompilation or direct use. * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h. * gcc.dg/pch/*.c: Include foo.h, not foo.hp. From-SVN: r61419
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/static-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/pch/static-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/static-2.c b/gcc/testsuite/gcc.dg/pch/static-2.c
index afda874e279..23e9af12679 100644
--- a/gcc/testsuite/gcc.dg/pch/static-2.c
+++ b/gcc/testsuite/gcc.dg/pch/static-2.c
@@ -1,4 +1,4 @@
-#include "static-2.hp"
+#include "static-2.h"
int bar(void)
{
static int counter;