Skip to content

Commit e1aa86f

Browse files
committed
Remove redundant absolute include path.
1 parent a177011 commit e1aa86f

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
@@ -1,6 +1,6 @@
11
using Test
22

3-
include(joinpath(@__DIR__, "test_tags.jl"))
3+
include("test_tags.jl")
44

55
function main()
66
outputs = trygeneratetags(testfilepath)

0 commit comments

Comments
 (0)