| Index: tests/LListTest.cpp
|
| diff --git a/tests/LListTest.cpp b/tests/LListTest.cpp
|
| index 7c03ab579cf36b95cd831f795683d8e39baf1c09..88fe11dd39a81c40a6a9522632496a2499239166 100644
|
| --- a/tests/LListTest.cpp
|
| +++ b/tests/LListTest.cpp
|
| @@ -38,7 +38,7 @@ static void check_list(const SkTInternalLList<ListElement>& 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]));
|
|
|