summaryrefslogtreecommitdiff
path: root/test/files/jvm/natives.h
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2009-05-13 16:09:14 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2009-05-13 16:09:14 +0000
commit9b3b1847ce5c12902ab2b1ba1018208d33ae8c9d (patch)
tree347c8f680b0276ac525d93e3fc4d2d309d7ada62 /test/files/jvm/natives.h
parent40c11466e6235b6834093b79b12fb5e2bf7807f9 (diff)
downloadscala-9b3b1847ce5c12902ab2b1ba1018208d33ae8c9d.tar.gz
scala-9b3b1847ce5c12902ab2b1ba1018208d33ae8c9d.tar.bz2
scala-9b3b1847ce5c12902ab2b1ba1018208d33ae8c9d.zip
Disabled "natives" test because its annoyance /...
Disabled "natives" test because its annoyance / usefulness ratio was considered to be too low.
Diffstat (limited to 'test/files/jvm/natives.h')
-rw-r--r--test/files/jvm/natives.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/files/jvm/natives.h b/test/files/jvm/natives.h
deleted file mode 100644
index 0d360d3654..0000000000
--- a/test/files/jvm/natives.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-#include <jni.h>
-/* Header for class Test__ */
-
-#ifndef _Included_Test__
-#define _Included_Test__
-#ifdef __cplusplus
-extern "C" {
-#endif
-/*
- * Class: Test__
- * Method: sayHello
- * Signature: (Ljava/lang/String;)Ljava/lang/String;
- */
-JNIEXPORT jstring JNICALL Java_Test_00024_sayHello
- (JNIEnv *, jobject, jstring);
-
-#ifdef __cplusplus
-}
-#endif
-#endif