Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610623820
  • Loading branch information
XLS Team authored and copybara-github committed Feb 27, 2024
1 parent e56405b commit 9984073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/ir/format_preference_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TEST(FormatPreferenceTest, ToString) {
std::string stringified;
bool valid;
};
for (auto [value, expected, valid] : std::vector<TestCase>{
for (const auto& [value, expected, valid] : std::vector<TestCase>{
{FormatPreference::kDefault, "default", true},
{FormatPreference::kBinary, "binary", true},
{FormatPreference::kUnsignedDecimal, "unsigned-decimal", true},
Expand Down

0 comments on commit 9984073

Please sign in to comment.