testsuite: Replace ffitestcxx.h with ffitest.h

ffitest.h contains a superset of the functionality of ffitestcxx.h;
make the C++ tests include ffitest.h instead, and remove ffitestcxx.h.
This commit is contained in:
Josh Triplett
2014-03-16 17:02:05 -07:00
parent 3f97cf3413
commit 4d4d368e5a
4 changed files with 3 additions and 66 deletions

View File

@@ -6,7 +6,7 @@
/* { dg-do run } */
#include "ffitestcxx.h"
#include "ffitest.h"
static int checking(int a __UNUSED__, short b __UNUSED__,
signed char c __UNUSED__)