diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_bench.cpp | 2 | ||||
-rw-r--r-- | tests/ingen_test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp index 99abee97..e0232b01 100644 --- a/tests/ingen_bench.cpp +++ b/tests/ingen_bench.cpp @@ -35,7 +35,7 @@ using namespace std; using namespace ingen; -unique_ptr<World> world; +static unique_ptr<World> world; static void ingen_try(bool cond, const char* msg) diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 476fab64..eade1194 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -51,7 +51,7 @@ using namespace std; using namespace ingen; -unique_ptr<World> world; +static unique_ptr<World> world; static void ingen_try(bool cond, const char* msg) |