classpool: copy field members refs from superclass
[mate.git] / Makefile
index 82ff90a2e5834a41d6ed93363be044defcb84fba..4346835679378aea58ccd1819c072d1fba3a858a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ test: mate $(CLASS_FILES)
        @printf "should be:  0x%08x\n" 0x33
        ./$< tests/Static2 | grep mainresult
        @printf "should be:  0x%08x\n" 0x55
+       ./$< tests/Static3 | grep mainresult
+       @printf "should be:  0x%08x\n" 0x6dd
 
 %.class: %.java
        $(JAVAC) $<