Extract TemporaryDirectory test helper from yulPhaser's tests into a more general location

This commit is contained in:
Kamil Śliwak
2021-05-12 17:16:29 +02:00
parent 98e2b4e5ed
commit 5619702d31
10 changed files with 221 additions and 125 deletions
+2
View File
@@ -16,6 +16,7 @@
*/
// SPDX-License-Identifier: GPL-3.0
#include <test/TemporaryDirectory.h>
#include <test/yulPhaser/TestHelpers.h>
#include <tools/yulPhaser/Exceptions.h>
@@ -31,6 +32,7 @@
#include <algorithm>
using namespace std;
using namespace solidity::test;
using namespace solidity::util;
using namespace solidity::langutil;
using namespace solidity::yul;