From a9590fc00c4aa2fd34329e552e6396c457702a76 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Tue, 21 Aug 2012 15:16:41 +0000 Subject: Fixed compilation issue when instance counting is disabled http://codereview.appspot.com/6462089/ git-svn-id: http://skia.googlecode.com/svn/trunk@5210 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/GrMemoryPoolTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/GrMemoryPoolTest.cpp') diff --git a/tests/GrMemoryPoolTest.cpp b/tests/GrMemoryPoolTest.cpp index 17ff69dc51..3f00f673c5 100644 --- a/tests/GrMemoryPoolTest.cpp +++ b/tests/GrMemoryPoolTest.cpp @@ -233,7 +233,7 @@ static void test_memory_pool(skiatest::Reporter* reporter) { REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); delete rec.fInstance; } -#ifdef SK_DEBUG +#ifdef SK_ENABLE_INST_COUNT REPORTER_ASSERT(reporter, !A::GetInstanceCount()); #endif } -- cgit v1.2.3