Skip to content

Commit b42a93e

Browse files
authored
Merge pull request #5 from JuliaString/spj/fixtest
Fix Base.Test
2 parents 9abf7d6 + 81d08b5 commit b42a93e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using HTML_Entities
2-
using Base.Test
2+
3+
@static VERSION < v"0.7.0-DEV" ? (using Base.Test) : (using Test)
34

45
# Test the functions lookupname, matches, longestmatches, completions
56
# Check that characters from all 3 tables (BMP, non-BMP, string) are tested

0 commit comments

Comments
 (0)