Skip to content

Commit 81d08b5

Browse files
committed
Fix Base.Test
1 parent 131e10d commit 81d08b5

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)