Tests
diff --git a/src/Tests.cpp b/src/Tests.cpp
index cc2fb3e..d34c34f 100644
--- a/src/Tests.cpp
+++ b/src/Tests.cpp
@@ -1448,6 +1448,7 @@
 static void TestDefragmentationGpu()

 {

     wprintf(L"Test defragmentation GPU\n");

+    g_MemoryAliasingWarningEnabled = false;

 

     std::vector<AllocInfo> allocations;

 

@@ -1547,6 +1548,8 @@
     {

         allocations[i].Destroy();

     }

+

+    g_MemoryAliasingWarningEnabled = true;

 }

 

 static void TestUserData()

@@ -4690,6 +4693,8 @@
         // ########################################

         

         TestDefragmentationGpu();

+        TestDefragmentationSimple();

+        TestDefragmentationFull();

         return;

     }