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