Skip to content

Commit c71fe01

Browse files
committed
fix string syntax on 1.6
1 parent 597a1ce commit c71fe01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/choosetests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ function choosetests(choices = [])
9393
--seed=<SEED> : set the initial seed for all testgroups (parsed as a UInt128)
9494
--skip <NAMES>... : skip test or collection tagged with <NAMES>
9595
TESTS:
96-
Can be special tokens, such as "all", "unicode", "stdlib", the names of stdlib \
97-
modules, or the names of any file in the TESTNAMES array (defaults to "all").
96+
Can be special tokens, such as "all", "unicode", "stdlib", the names of stdlib modules, or the names of any file in the TESTNAMES array (defaults to "all").
9897
9998
Or prefix a name with `-` (such as `-core`) to skip a particular test.
10099
""")

0 commit comments

Comments
 (0)