Skip to content

Commit

Permalink
(#318) MergeBisim test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robby-the-paladin committed Feb 28, 2024
1 parent 70dc1f5 commit f1d5b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/MetamorphicTestsApp/src/MetamorphicTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ TEST(AutomatonGenerator, Test_MergeBisim_equivalent) {
FiniteAutomaton FA;
FA = parser.parse_NFA(grammar_path, test_path);
auto first = FA.merge_bisimilar();
auto second = FA;
auto second = parser.parse_NFA(grammar_path, test_path);

std::ifstream t(test_path);
std::stringstream buffer;
Expand Down

0 comments on commit f1d5b39

Please sign in to comment.