From e2d58a93e25b79f5d56a1f7590c2a3684a82f7c6 Mon Sep 17 00:00:00 2001 From: winsvega Date: Wed, 22 Apr 2015 16:46:13 +0300 Subject: [PATCH] blockweight: random test windows fix attempt 1 --- test/fuzzTesting/checkRandomStateTest.cpp | 4 ++-- test/fuzzTesting/checkRandomVMTest.cpp | 3 ++- test/fuzzTesting/createRandomStateTest.cpp | 4 ++-- test/fuzzTesting/createRandomVMTest.cpp | 4 ++-- test/libevm/vm.h | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/test/fuzzTesting/checkRandomStateTest.cpp b/test/fuzzTesting/checkRandomStateTest.cpp index 260f9e004..719798620 100644 --- a/test/fuzzTesting/checkRandomStateTest.cpp +++ b/test/fuzzTesting/checkRandomStateTest.cpp @@ -25,8 +25,8 @@ #include #include #include -#include "TestHelper.h" -#include "../libevm/vm.h" +#include +#include #pragma GCC diagnostic ignored "-Wunused-parameter" using namespace std; diff --git a/test/fuzzTesting/checkRandomVMTest.cpp b/test/fuzzTesting/checkRandomVMTest.cpp index bb55dcffa..e22cb9361 100644 --- a/test/fuzzTesting/checkRandomVMTest.cpp +++ b/test/fuzzTesting/checkRandomVMTest.cpp @@ -25,7 +25,8 @@ #include #include #include -#include "../libevm/vm.h" +#include +#include #pragma GCC diagnostic ignored "-Wunused-parameter" diff --git a/test/fuzzTesting/createRandomStateTest.cpp b/test/fuzzTesting/createRandomStateTest.cpp index 6e42934bc..e0cb35dd1 100644 --- a/test/fuzzTesting/createRandomStateTest.cpp +++ b/test/fuzzTesting/createRandomStateTest.cpp @@ -35,8 +35,8 @@ #include #include #include -#include "../TestHelper.h" -#include "../libevm/vm.h" +#include +#include using namespace std; using namespace json_spirit; diff --git a/test/fuzzTesting/createRandomVMTest.cpp b/test/fuzzTesting/createRandomVMTest.cpp index 7352d9d98..1df24167e 100644 --- a/test/fuzzTesting/createRandomVMTest.cpp +++ b/test/fuzzTesting/createRandomVMTest.cpp @@ -35,8 +35,8 @@ #include #include #include -#include -#include +#include +#include using namespace std; using namespace json_spirit; diff --git a/test/libevm/vm.h b/test/libevm/vm.h index b5ce54518..dff89d98d 100644 --- a/test/libevm/vm.h +++ b/test/libevm/vm.h @@ -38,7 +38,7 @@ along with cpp-ethereum. If not, see . #include #include #include -#include "../TestHelper.h" +#include namespace dev { namespace test {