From 9b3b1847ce5c12902ab2b1ba1018208d33ae8c9d Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Wed, 13 May 2009 16:09:14 +0000 Subject: Disabled "natives" test because its annoyance /... Disabled "natives" test because its annoyance / usefulness ratio was considered to be too low. --- test/files/jvm/natives.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/files/jvm/natives.c (limited to 'test/files/jvm/natives.c') diff --git a/test/files/jvm/natives.c b/test/files/jvm/natives.c deleted file mode 100644 index 7b6d7b5ba5..0000000000 --- a/test/files/jvm/natives.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "natives.h" - -JNIEXPORT jstring JNICALL Java_Test_00024_sayHello - (JNIEnv *env, jobject thisobject, jstring js) - -{ - return js; -} -- cgit v1.2.3