Skip to content

Commit

Permalink
chore(cxx): expose a few more verifier flags in cc_indexer_test (#5896)
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 13, 2023
1 parent 1cd83bd commit 6c1aaf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build_rules/verifier_test/cc_indexer_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ _VERIFIER_FLAGS = {
"ignore_dups": False,
"ignore_code_conflicts": False,
"use_fast_solver": False,
"show_protos": False,
"show_goals": False,
"show_anchors": False,
}

_INDEXER_LOGGING_ENV = {
Expand Down

0 comments on commit 6c1aaf0

Please sign in to comment.