Skip to content

Commit

Permalink
Fix Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Nov 30, 2024
1 parent 8f30ca2 commit 8bf051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod = get_module(tu, f)
@test name(mod) == "bar"
@test full_name(mod) == "foo.bar"
@test full_name(parent_module(mod)) == "foo"
@test toplevel_headers(tu,mod) |> only |> name == h
@test toplevel_headers(tu,mod) |> only |> name |> normpath == h
@test is_system(mod) == true
@test ast_file(mod) |> name != ""
end

0 comments on commit 8bf051f

Please sign in to comment.