aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GlyphRunTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GlyphRunTest.cpp')
-rw-r--r--tests/GlyphRunTest.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/GlyphRunTest.cpp b/tests/GlyphRunTest.cpp
deleted file mode 100644
index cad01acef7..0000000000
--- a/tests/GlyphRunTest.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright 2018 The Android Open Source Project
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkGlyphRun.h"
-
-#include "Test.h"
-
-DEF_TEST(GlyphRunInfo, reporter) {
- SkGlyphID glyphs[] = {100, 3, 240, 3, 234, 111, 3, 4, 10, 11};
- uint16_t count = SK_ARRAY_COUNT(glyphs);
-
- SkPaint paint;
- paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
-
- SkGlyphRun::MakeFromDrawText(paint, glyphs, count, SkPoint::Make(0, 0));
-} \ No newline at end of file