Skip to content

Commit 5d6dc89

Browse files
KristofferCJeffBezanson
authored andcommitted
remove testgroups moved to stdlib (#25608)
1 parent 56c5075 commit 5d6dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ STDLIBDIR := $(abspath $(JULIAHOME)/stdlib)
55
include $(JULIAHOME)/Make.inc
66
# TODO: this Makefile ignores BUILDDIR, except for computing JULIA_EXECUTABLE
77

8-
TESTGROUPS = sparse unicode strings dates
8+
TESTGROUPS = unicode strings
99
TESTS = all stdlib $(TESTGROUPS) \
1010
$(patsubst $(STDLIBDIR)/%/,%,$(dir $(wildcard $(STDLIBDIR)/*/.))) \
1111
$(filter-out TestHelpers runtests testdefs, \

0 commit comments

Comments
 (0)