aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CTest.cpp')
-rw-r--r--tests/CTest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/CTest.cpp b/tests/CTest.cpp
index f6ff4f0551..1f301efa7e 100644
--- a/tests/CTest.cpp
+++ b/tests/CTest.cpp
@@ -5,14 +5,13 @@
* found in the LICENSE file.
*/
+#include "Test.h"
+
#include "sk_canvas.h"
#include "sk_paint.h"
#include "sk_surface.h"
#include "sk_shader.h"
-#include "Test.h"
-
-
static void shader_test(skiatest::Reporter* reporter) {
sk_imageinfo_t info =
{64, 64, sk_colortype_get_default_8888(), PREMUL_SK_ALPHATYPE};