From 515dcd36032997ce335daa0163c6d67e851bcad1 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 28 Aug 2013 14:17:03 +0000 Subject: Replace uses of GR_DEBUG by SK_DEBUG. BUG=None R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/23137022 git-svn-id: http://skia.googlecode.com/svn/trunk@10978 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/LListTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/LListTest.cpp') diff --git a/tests/LListTest.cpp b/tests/LListTest.cpp index 7c03ab579c..88fe11dd39 100644 --- a/tests/LListTest.cpp +++ b/tests/LListTest.cpp @@ -38,7 +38,7 @@ static void check_list(const SkTInternalLList& list, ListElement elements[4]) { REPORTER_ASSERT(reporter, empty == list.isEmpty()); -#if SK_DEBUG +#ifdef SK_DEBUG list.validate(); REPORTER_ASSERT(reporter, numElements == list.countEntries()); REPORTER_ASSERT(reporter, in0 == list.isInList(&elements[0])); -- cgit v1.2.3