Skip to content

Commit

Permalink
Fix broken test from OUT_DIR changes
Browse files Browse the repository at this point in the history
Summary:
Fixes T191387483 and T202980818

The OUT_DIR here was assumed to be a relative path string. Now it's relative to the source tree root, and so needs adjusting.

Reviewed By: dtolnay

Differential Revision: D63547259

fbshipit-source-id: 2da5a88ae41c8b7297e80cd78ffc801cbbb7c322
  • Loading branch information
capickett authored and facebook-github-bot committed Sep 27, 2024
1 parent 1e0fe72 commit 755c0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shed/codegen_includer_proc_macro/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rust_unittest(
srcs = glob(["tests/**/*.rs"]),
crate_root = "tests/main.rs",
env = {
"OUT_DIR": "fixtures/",
"OUT_DIR": "tests/fixtures/",
},
deps = [
":codegen_includer_proc_macro",
Expand Down

0 comments on commit 755c0aa

Please sign in to comment.