julia
f33cd364 - Use relative import paths in tests (#110)

Commit
76 days ago
Use relative import paths in tests (#110) For vendoring into Base we need to avoid absolute import paths as in `using JuliaLowering` and `using JuliaSyntax` in the test files as neither of these packages will be top level modules. Thus, replace all occurrences of these with relative import paths except for one central location (currently in util.jl) which can be easily adjusted.
Author
Committer
Parents
Loading