Skip to content

Commit db2f287

Browse files
committed
fix problem with runtests.jl
1 parent 511ce6c commit db2f287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ files = isempty(ARGS) ? test_files : ARGS
1313
for file in files
1414
quote
1515
@testset $file begin
16-
include($file*".jl")
16+
include($file)
1717
end
1818
end |> eval
1919
end

0 commit comments

Comments
 (0)