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/disabled/jvm/natives.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/disabled/jvm/natives.c (limited to 'test/disabled/jvm/natives.c') diff --git a/test/disabled/jvm/natives.c b/test/disabled/jvm/natives.c new file mode 100644 index 0000000000..7b6d7b5ba5 --- /dev/null +++ b/test/disabled/jvm/natives.c @@ -0,0 +1,8 @@ +#include "natives.h" + +JNIEXPORT jstring JNICALL Java_Test_00024_sayHello + (JNIEnv *env, jobject thisobject, jstring js) + +{ + return js; +} -- cgit v1.2.3