8250688: missed open parenthesis for GTEST_FRAMEWORK_SRC var in Main.gmk

Reviewed-by: erikj
This commit is contained in:
Igor Ignatyev 2020-07-28 09:05:06 -07:00
parent 3a8a15b5d0
commit 03cf1c3a83

View File

@ -664,7 +664,7 @@ $(eval $(call SetupTarget, test-image-hotspot-jtreg-graal, \
DEPS := build-test-hotspot-jtreg-graal, \
))
ifneq ($GTEST_FRAMEWORK_SRC), )
ifneq ($(GTEST_FRAMEWORK_SRC), )
$(eval $(call SetupTarget, test-image-hotspot-gtest, \
MAKEFILE := hotspot/test/GtestImage, \
DEPS := hotspot, \