Skip to content

Commit 5770aa9

Browse files
authored
Merge pull request #6 from JuliaString/spj/fixtest
Fix Base.Test
2 parents 4352a66 + 486c1fe commit 5770aa9

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 Unicode_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, 2 character) are tested

0 commit comments

Comments
 (0)