Skip to content

Commit

Permalink
fix(cc_indexer_test): use short_path for generated files (#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Aug 14, 2021
1 parent fb7df98 commit da29f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_rules/verifier_test/cc_indexer_test.bzl
Expand Up @@ -191,7 +191,7 @@ def _generate_files(ctx, files, extension):
return [
ctx.actions.declare_file(
paths.replace_extension(
paths.relativize(_fix_path_for_generated_file(f.path), ctx.label.package),
paths.relativize(_fix_path_for_generated_file(f.short_path), ctx.label.package),
extension,
),
)
Expand Down

0 comments on commit da29f51

Please sign in to comment.