* tests/Makefile.am (EXTRA_DIST): Added $(srcdir) to actually find the
[cacao.git] / tests / regression / codepatching / getstaticD.java
1 public class getstaticD {
2     public static double d = 789.012;
3 }