Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 593955984
  • Loading branch information
XLS Team authored and copybara-github committed Dec 27, 2023
1 parent dc58178 commit 7d50013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/common/strong_int_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ struct PositiveValidator {
template <class T, class U>
static bool ValidateInit(U i) {
if (i < 0) {
std::cerr << "PositiveValidator" << std::endl;
std::cerr << "PositiveValidator" << '\n';
abort();
}
return true;
Expand Down

0 comments on commit 7d50013

Please sign in to comment.