Fix in tests for AMD APU with DEVICE_LOCAL heap of only 256 MB
diff --git a/src/SparseBindingTest.cpp b/src/SparseBindingTest.cpp
index 4468d2c..4299db1 100644
--- a/src/SparseBindingTest.cpp
+++ b/src/SparseBindingTest.cpp
@@ -532,6 +532,8 @@
 

 void TestSparseBinding()

 {

+    wprintf(L"TESTING SPARSE BINDING:");

+

     struct ImageInfo

     {

         std::unique_ptr<BaseImage> image;