Skip to content

Commit

Permalink
Deleted unused includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSzymanskiJS committed Oct 21, 2022
1 parent 9984281 commit f2dbcc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Binary file not shown.
12 changes: 0 additions & 12 deletions test/statetest/statetest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#include <filesystem>
#include <iostream>

#include <limits.h>
#include <windows.h>
#include <string>


namespace
{
class StateTest : public testing::Test
Expand Down Expand Up @@ -55,13 +50,6 @@ void register_test_files(const std::vector<fs::path>& 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)
Expand Down

0 comments on commit f2dbcc4

Please sign in to comment.