Skip to content

Commit

Permalink
Unexport @Local
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 17, 2018
1 parent 8cf91d4 commit 70d4954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/FilePathsBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export
@p_str,
@__PATH__,
@__FILEPATH__,
@LOCAL,

# Constants
READ,
Expand Down
2 changes: 1 addition & 1 deletion test/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cd(abs(parent(Path(@__FILE__)))) do

@test @__PATH__() == Path(@__DIR__)
@test @__FILEPATH__() == Path(@__FILE__)
@test @LOCAL("foo.txt") == join(@__PATH__, "foo.txt")
@test FilePathsBase.@LOCAL("foo.txt") == join(@__PATH__, "foo.txt")
end
end

Expand Down

0 comments on commit 70d4954

Please sign in to comment.