diff --git a/.vs/evmone/FileContentIndex/e683fbde-ab9b-4f64-8525-9085516fdd76.vsidx b/.vs/evmone/FileContentIndex/e683fbde-ab9b-4f64-8525-9085516fdd76.vsidx new file mode 100644 index 0000000000..ac4b6658d0 Binary files /dev/null and b/.vs/evmone/FileContentIndex/e683fbde-ab9b-4f64-8525-9085516fdd76.vsidx differ diff --git a/test/statetest/statetest.cpp b/test/statetest/statetest.cpp index 3ea366a761..a1ba019edb 100644 --- a/test/statetest/statetest.cpp +++ b/test/statetest/statetest.cpp @@ -7,11 +7,6 @@ #include #include -#include -#include -#include - - namespace { class StateTest : public testing::Test @@ -55,13 +50,6 @@ void register_test_files(const std::vector& root_test_paths) int main(int argc, char* argv[]) { - argv[1] = "./test0.json"; - argv[2] = "./tests2"; - argv[3] = "./tests3"; - argv[4] = "./tests1"; - - argc = 5; - testing::InitGoogleTest(&argc, argv); // Process GoogleTest flags. if (argc < 2)