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