diff --git a/rpcs3/tests/test_simple_array.cpp b/rpcs3/tests/test_simple_array.cpp index 05bba60f4a..8d64599b96 100644 --- a/rpcs3/tests/test_simple_array.cpp +++ b/rpcs3/tests/test_simple_array.cpp @@ -341,7 +341,6 @@ namespace rsx const auto ptr_value = reinterpret_cast(ptr2); rsx::aligned_allocator::free(ptr2); - EXPECT_NE(ptr, ptr2); EXPECT_NE(ptr_value, 0); EXPECT_EQ(ptr_value % 256, 0); }