Skip to content

Commit 4fb872b

Browse files
committed
Use relative import to import Base.Test
1 parent 3030de6 commit 4fb872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Catalan_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Catalan
2-
using Test
2+
using Base.Test
33

44
# catalan
55
@test catalan(5) == 42

0 commit comments

Comments
 (0)