aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SwizzlerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SwizzlerTest.cpp')
-rw-r--r--tests/SwizzlerTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/SwizzlerTest.cpp b/tests/SwizzlerTest.cpp
index c2ae07c4c8..6f0dabeb11 100644
--- a/tests/SwizzlerTest.cpp
+++ b/tests/SwizzlerTest.cpp
@@ -116,15 +116,15 @@ DEF_TEST(SwizzlerFill, r) {
// Fill with a color
check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset,
- kFillColor, NULL);
+ kFillColor, nullptr);
// Fill with an index
check_fill(r, indexInfo, startRow, endRow, indexRowBytes, offset,
- kFillIndex, NULL);
+ kFillIndex, nullptr);
// Fill a grayscale image
check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset,
- kFillColor, NULL);
+ kFillColor, nullptr);
}
}
}