aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LListTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LListTest.cpp')
-rw-r--r--tests/LListTest.cpp2
1 files changed, 1 insertions, 1 deletions
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<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]));