Skip to content

Commit

Permalink
Fix failing P4Testgen gtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Feb 7, 2024
1 parent 1854fff commit 5222e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ TEST_F(P4AssertsParserTest, Restrictions) {
ConstraintsVector parsingResult = loadExample(
"backends/p4tools/modules/testgen/targets/bmv2/test/p4-programs/bmv2_restrictions_1.p4",
true);
ASSERT_EQ(parsingResult.size(), (unsigned long)1);
ASSERT_EQ(parsingResult.size(), (unsigned long)3);
{
const auto &expr1 = P4Tools::ToolsVariables::getSymbolicVariable(
IR::Type_Bits::get(8), "ingress.ternary_table_mask_h.h.a1");
Expand Down

0 comments on commit 5222e0f

Please sign in to comment.