summaryrefslogtreecommitdiffstats
path: root/testsuite/filter1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/filter1.c')
-rw-r--r--testsuite/filter1.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/testsuite/filter1.c b/testsuite/filter1.c
deleted file mode 100644
index e6b186c..0000000
--- a/testsuite/filter1.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "filter1.h"
-#include <stdlib.h>
-
-int main()
-{
- if (f1 () != 54 || f2 () != 54 || f3 () != 54)
- abort ();
- if (foo1.a != 1 || *foo1.b != 24 || *foo1.c != 30)
- abort ();
- if (foo2.a != 2 || *foo2.b != 24 || *foo2.c != 30)
- abort ();
- if (pfoo1p->a != 1 || *pfoo1p->b != 24 || *pfoo1p->c != 30)
- abort ();
- if (pfoo2p->a != 2 || *pfoo2p->b != 24 || *pfoo2p->c != 30)
- abort ();
- exit (0);
-}