diff options
author | Bruce Korb <bkorb@gnu.org> | 2012-10-29 16:44:34 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2012-10-29 16:44:34 +0000 |
commit | 7e41654136975b1ee18cc8e7c97e16e9f6206452 (patch) | |
tree | 041ab47b1a5538f005ec95ec88d8276481253110 /fixincludes/fixtests.c | |
parent | 99a0106fa74a2d33ebb62ee5407e154508f59d83 (diff) | |
download | gcc-7e41654136975b1ee18cc8e7c97e16e9f6206452.zip gcc-7e41654136975b1ee18cc8e7c97e16e9f6206452.tar.gz gcc-7e41654136975b1ee18cc8e7c97e16e9f6206452.tar.bz2 |
Omit testing wrap and replacement fixes during testing.
This exposes a missing result and tests a test that got hidden before.
From-SVN: r192952
Diffstat (limited to 'fixincludes/fixtests.c')
-rw-r--r-- | fixincludes/fixtests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/fixtests.c b/fixincludes/fixtests.c index d668b92..f95dd73 100644 --- a/fixincludes/fixtests.c +++ b/fixincludes/fixtests.c @@ -46,7 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "fixlib.h" -#define _ENV_(v,m,n,t) extern tCC* v; +#define _ENV_(v,m,n,t) extern char const * v; ENV_TABLE #undef _ENV_ |