* .hgignore: Removed tests/regression/codepatching/*.class.
[cacao.git] / tests / regression / codepatching / getstaticJ.java
diff --git a/tests/regression/codepatching/getstaticJ.java b/tests/regression/codepatching/getstaticJ.java
deleted file mode 100644 (file)
index 49b7275..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-public class getstaticJ {
-    public static long l = 1234567890123L;
-}