Skip to content

Commit

Permalink
FIx windows error
Browse files Browse the repository at this point in the history
  • Loading branch information
habemus-papadum committed Mar 19, 2023
1 parent def9654 commit a3dd229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ end
end
index = Index()
tu = parse_header(index, header)
@test tu |> Clang.getTranslationUnitCursor |> children |> only |> file |> name == header
fname = tu |> Clang.getTranslationUnitCursor |> children |>
only |> file |> name |> normpath
@test fname == header |> normpath
end
end

Expand Down

0 comments on commit a3dd229

Please sign in to comment.