mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixup! Implementation of Lengauer-Tarjan algorithm to find dominators
This commit is contained in:
parent
edd4e1c952
commit
d5dbab0b91
@ -460,7 +460,6 @@ BOOST_FIXTURE_TEST_CASE(immediate_dominator, DominatorFixture)
|
|||||||
BOOST_CHECK(test->expectedDFSIndices.at(v.data) == idx);
|
BOOST_CHECK(test->expectedDFSIndices.at(v.data) == idx);
|
||||||
BOOST_TEST(dominatorFinder.immediateDominators() == test->expectedIdom);
|
BOOST_TEST(dominatorFinder.immediateDominators() == test->expectedIdom);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE_END()
|
BOOST_AUTO_TEST_SUITE_END()
|
||||||
|
Loading…
Reference in New Issue
Block a user