From 0a4c2b02d0f435a472c8b2e49543037a648c6ec6 Mon Sep 17 00:00:00 2001 From: Phil Dubach <> Date: Wed, 22 Apr 2009 11:56:14 -0700 Subject: [PATCH] AI 147397: CTS: Fix VM test description generator Automated import of CL 147397 --- core/tasks/cts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 890f2cd9a..f82205e67 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -96,7 +96,7 @@ define generate-core-test-description $(hide) java $(PRIVATE_JAVAOPTS) \ -classpath $(PRIVATE_CLASSPATH) \ $(PRIVATE_PARAMS) CollectAllTests $(1) \ - $(2) $(3) + $(2) $(3) $(4) endef CORE_INTERMEDIATES :=$(call intermediates-dir-for,JAVA_LIBRARIES,core,,COMMON)