Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/guardedalloc/guardedalloc_alignment_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/guardedalloc/guardedalloc_alignment_test.cc b/tests/gtests/guardedalloc/guardedalloc_alignment_test.cc
index 38305b388e0..489cd6178cf 100644
--- a/tests/gtests/guardedalloc/guardedalloc_alignment_test.cc
+++ b/tests/gtests/guardedalloc/guardedalloc_alignment_test.cc
@@ -48,6 +48,6 @@ TEST(guardedalloc, GuardedAlignedAlloc16)
TEST(guardedalloc, GuardedAlignedAlloc32)
{
MEM_use_guarded_allocator();
- DoBasicAlignmentChecks(16);
+ DoBasicAlignmentChecks(32);
}
#endif