changeset 37:8a7165a5a9a7

Disable this one for now, it takes forever!
author Gary Benson <gbenson@redhat.com>
date Thu, 03 Mar 2011 10:36:17 +0000
parents 5d164faf1de4
children f1ab0de3f4f1
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Mar 02 11:26:04 2011 +0000
+++ b/Makefile	Thu Mar 03 10:36:17 2011 +0000
@@ -29,10 +29,10 @@
 	$(JAVADIR)/bin/javac -d . -cp $(JUNITJAR) $<
 
 UNITTESTCLASSES = \
-	test/java/dyn/ClassValueTest.class \
 	test/java/dyn/InvokeGenericTest.class \
 	test/java/dyn/JavaDocExamplesTest.class \
 	test/java/dyn/MethodHandlesTest.class
+#	test/java/dyn/ClassValueTest.class
 
 unittest: $(TESTTARGET) $(UNITTESTCLASSES)
 	$(TESTVM) \