Skip to content

Commit

Permalink
Update end-to-end integration model generators to .models
Browse files Browse the repository at this point in the history
Summary: As titled. Ran into this in debug logs so cleaning up.

Reviewed By: yuhshin-oss

Differential Revision: D47884236

fbshipit-source-id: 9326bc40009b5c8faf768d649ee92f52a8037506
  • Loading branch information
Anwesh Tuladhar authored and facebook-github-bot committed Aug 1, 2023
1 parent f17da62 commit 9bf471e
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/tests/integration/end-to-end/IntegrationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ TEST_P(IntegrationTest, CompareFlows) {
}
}

auto model_generators_file = directory / "/model_generators.json";
auto model_generators_file = directory / "/model_generators.models";
std::vector<std::string> model_generator_search_paths;
if (boost::filesystem::exists(model_generators_file)) {
LOG(3, "Found model generator. Will run model generation.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public interface IInterface {
/** The models.json file defines a breadcrumb on this obscure method. */
abstract int obscure_taint_this_taint_out();

/** The model_generators.json file defines a breadcrumb on this obscure method. */
/** The model_generators.models file defines a breadcrumb on this obscure method. */
abstract int obscure_taint_this_taint_out_via_model_generator();
}
}

0 comments on commit 9bf471e

Please sign in to comment.