Skip to content

Commit 7995847

Browse files
MaxXSoftTheShermanTanker
authored andcommitted
8346831: Remove the extra closing parenthesis in CTW Makefile
Reviewed-by: liach, kbarrett, lmesnik, jwaters
1 parent b3e6363 commit 7995847

File tree

1 file changed

+1
-1
lines changed
  • test/hotspot/jtreg/testlibrary/ctw

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/testlibrary/ctw/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LIB_FILES = $(shell find $(TESTLIBRARY_DIR)/jdk/test/lib/ \
4747
$(TESTLIBRARY_DIR)/jdk/test/lib/process \
4848
$(TESTLIBRARY_DIR)/jdk/test/lib/util \
4949
$(TESTLIBRARY_DIR)/jtreg \
50-
-maxdepth 1 -name '*.java'))
50+
-maxdepth 1 -name '*.java')
5151
WB_SRC_FILES = $(shell find $(TESTLIBRARY_DIR)/jdk/test/lib/compiler $(TESTLIBRARY_DIR)/jdk/test/whitebox -name '*.java')
5252
WB_CLASS_FILES := $(subst $(TESTLIBRARY_DIR)/,,$(WB_SRC_FILES))
5353
WB_CLASS_FILES := $(patsubst %.java,%.class,$(WB_CLASS_FILES))

0 commit comments

Comments
 (0)