From a8bb1eb39fe2cf62545798a493f6350c3d1d5728 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 20 Jul 2018 17:51:29 -0400 Subject: arm_test_common: Make file static variable a member variable of the testing environment Gets rid of file-static behavior. --- src/tests/core/arm/arm_test_common.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tests/core/arm/arm_test_common.cpp') diff --git a/src/tests/core/arm/arm_test_common.cpp b/src/tests/core/arm/arm_test_common.cpp index 7f9f27e19..2af487b6a 100644 --- a/src/tests/core/arm/arm_test_common.cpp +++ b/src/tests/core/arm/arm_test_common.cpp @@ -10,8 +10,6 @@ namespace ArmTests { -static Memory::PageTable* page_table = nullptr; - TestEnvironment::TestEnvironment(bool mutable_memory_) : mutable_memory(mutable_memory_), test_memory(std::make_shared(this)) { -- cgit v1.2.3