diff options
| author | 2018-01-13 22:14:04 +0000 | |
|---|---|---|
| committer | 2018-01-13 22:38:52 +0000 | |
| commit | e86bdb16019be278974fcab75255ae37cc600747 (patch) | |
| tree | e1e8628e276bd3c5044278e495da67236b0d765d /src/tests/core/memory | |
| parent | Update build scripts (diff) | |
| download | yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.gz yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.xz yuzu-e86bdb16019be278974fcab75255ae37cc600747.zip | |
Fix build on macOS and linux
Diffstat (limited to 'src/tests/core/memory')
| -rw-r--r-- | src/tests/core/memory/memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/core/memory/memory.cpp b/src/tests/core/memory/memory.cpp index 671afb702..165496a54 100644 --- a/src/tests/core/memory/memory.cpp +++ b/src/tests/core/memory/memory.cpp | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #include "core/hle/kernel/process.h" | 7 | #include "core/hle/kernel/process.h" |
| 8 | #include "core/memory.h" | 8 | #include "core/memory.h" |
| 9 | 9 | ||
| 10 | TEST_CASE("Memory::IsValidVirtualAddress", "[core][memory]") { | 10 | TEST_CASE("Memory::IsValidVirtualAddress", "[core][memory][!hide]") { |
| 11 | SECTION("these regions should not be mapped on an empty process") { | 11 | SECTION("these regions should not be mapped on an empty process") { |
| 12 | auto process = Kernel::Process::Create(""); | 12 | auto process = Kernel::Process::Create(""); |
| 13 | CHECK(Memory::IsValidVirtualAddress(*process, Memory::PROCESS_IMAGE_VADDR) == false); | 13 | CHECK(Memory::IsValidVirtualAddress(*process, Memory::PROCESS_IMAGE_VADDR) == false); |