summaryrefslogtreecommitdiff
path: root/test/files/jvm/natives.h
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-05-28 15:34:32 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-05-28 15:34:32 +0000
commit0b006e7762a8c3ec2f5d02c8c7c34b09511e6a47 (patch)
treed506f42b6847b9ece5240d062bb9e4b97a450019 /test/files/jvm/natives.h
parent5da8a164cdd276e191ab6429e5a64e02529bbe45 (diff)
downloadscala-0b006e7762a8c3ec2f5d02c8c7c34b09511e6a47.tar.gz
scala-0b006e7762a8c3ec2f5d02c8c7c34b09511e6a47.tar.bz2
scala-0b006e7762a8c3ec2f5d02c8c7c34b09511e6a47.zip
Re-enabled a number of previously disabled tests;
according to my tests, they all currently work.
Diffstat (limited to 'test/files/jvm/natives.h')
-rw-r--r--test/files/jvm/natives.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/files/jvm/natives.h b/test/files/jvm/natives.h
new file mode 100644
index 0000000000..0d360d3654
--- /dev/null
+++ b/test/files/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