Skip to content

Commit 8024a3c

Browse files
committed
tests are no longer conditional
1 parent 22aeb3a commit 8024a3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ using Compat, Compat.Test
66
include("match.jl")
77
include("split.jl")
88
include("destruct.jl")
9-
10-
if isdefined(MacroTools, :sourcewalk)
11-
include("patch.jl")
12-
end
9+
include("patch.jl")
1310

1411
end

0 commit comments

Comments
 (0)