diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-07-20 17:51:29 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-07-20 17:52:37 -0400 |
| commit | a8bb1eb39fe2cf62545798a493f6350c3d1d5728 (patch) | |
| tree | 27d2e7b72c14191c6846af5f5418f67e1ccae3da /src/tests/core/arm/arm_test_common.cpp | |
| parent | a44475207c470be9c222b7ccaaed699505906fe1 (diff) | |
arm_test_common: Make file static variable a member variable of the testing environment
Gets rid of file-static behavior.
Diffstat (limited to 'src/tests/core/arm/arm_test_common.cpp')
| -rw-r--r-- | src/tests/core/arm/arm_test_common.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<TestMemory>(this)) { |
