make/common/FindTests.gmk
changeset 47314 743814386712
parent 47218 918745561887
child 47932 0c22f6b9b5e2
--- a/make/common/FindTests.gmk	Thu Oct 05 11:02:18 2017 +0200
+++ b/make/common/FindTests.gmk	Thu Oct 05 12:41:06 2017 +0200
@@ -27,7 +27,7 @@
 _FIND_TESTS_GMK := 1
 
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , common/FindTests.gmk))
+$(eval $(call IncludeCustomExtension, common/FindTests.gmk))
 
 # JTREG_TESTROOTS might have been set by a custom extension
 JTREG_TESTROOTS += $(addprefix $(TOPDIR)/test/, hotspot/jtreg jdk langtools nashorn jaxp)