From ed83567444bd803918b8904eb71b155d4eff2de4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 7 Nov 2010 04:35:47 +0100 Subject: com.sun -> com.jogamp --- test/junit/com/sun/gluegen/test.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 test/junit/com/sun/gluegen/test.c (limited to 'test/junit/com/sun/gluegen/test.c') diff --git a/test/junit/com/sun/gluegen/test.c b/test/junit/com/sun/gluegen/test.c deleted file mode 100644 index c511a53..0000000 --- a/test/junit/com/sun/gluegen/test.c +++ /dev/null @@ -1,24 +0,0 @@ -#include "test.h" - -int arrayTest(long context, foo * array) { - return 42; -} - -int bufferTest(void * object) { - return 42; -} - -void pbTest(size_t * object) { -} - -int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5) { - return 42; -} - -int mixedTest(long context, void * object, foo * array){ - return 42; -} - -int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2) { - return 42; -} -- cgit v1.2.3