Skip to content

Commit

Permalink
[refactor][memory][tests] Ignore prints by clang
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Dec 9, 2024
1 parent 9c1b044 commit ac788cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,11 @@ TEST(ScTypeTest, PrintTypesToSCgSCsNodes)
std::string const & nodeKeynode =
TestScType(type).BitNand(ScType::Const).BitNand(ScType::Var).GetSCsElementKeynode();

// clang-format off
std::cout << "| " << PrintTabulatedString(firstColumnLength, "ScType::" + std::string(type)) << " | " << std::left
<< PrintTabulatedString(secondColumnLength, ConvertToSCgFile(type)) << " | ";
std::cout << PrintTabulatedString(thirdColumnLength, nodeKeynode) << " |\n";
// clang-format on
}
}
}
Expand Down

0 comments on commit ac788cb

Please sign in to comment.