[yul-phaser] Rename Common to Helpers in tests (update references)

This commit is contained in:
Kamil Śliwak
2020-03-13 11:21:23 +01:00
parent d01dab7b7c
commit 099299c5e7
12 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
#include <test/yulPhaser/Common.h>
#include <test/yulPhaser/TestHelpers.h>
#include <libyul/optimiser/Suite.h>
@@ -31,7 +31,7 @@ namespace solidity::phaser::test
{
BOOST_AUTO_TEST_SUITE(Phaser)
BOOST_AUTO_TEST_SUITE(CommonTest)
BOOST_AUTO_TEST_SUITE(TestHelpersTest)
BOOST_AUTO_TEST_CASE(ChromosomeLengthMetric_evaluate_should_return_chromosome_length)
{