summaryrefslogtreecommitdiff
path: root/test/disabled/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/disabled/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/disabled/jvm/natives.h')
-rw-r--r--test/disabled/jvm/natives.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/disabled/jvm/natives.h b/test/disabled/jvm/natives.h
new file mode 100644
index 0000000000..0d360d3654
--- /dev/null
+++ b/test/disabled/jvm/natives.h
@@ -0,0 +1,21 @@
+/* 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