Browse Source

Fixed a regression in the LtlParserTest.cpp

Former-commit-id: 79ee45eecd
tempestpy_adaptions
PBerger 12 years ago
parent
commit
48571cd12c
  1. 2
      test/functional/parser/LtlParserTest.cpp

2
test/functional/parser/LtlParserTest.cpp

@ -100,7 +100,7 @@ TEST(LtlParserTest, parseBoundedUntilFormulaTest) {
ASSERT_EQ(static_cast<uint_fast64_t>(3), op->getBound());
ASSERT_EQ(ltlFormula->toString(), formula);
ASSERT_EQ(ltlFormula->toString(), "(a U<=3 b)");
delete ltlFormula;
}

Loading…
Cancel
Save