aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r--tests/skia_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 3d76c3a095..1b5584b6a6 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -127,7 +127,7 @@ int test_main() {
}
#endif
- SkGraphics::Init();
+ SkAutoGraphics ag;
{
SkString header("Skia UnitTests:");
@@ -213,7 +213,6 @@ int test_main() {
SkDebugf("\nFinished %d tests, %d failures, %d skipped. (%d internal tests)",
toRun, failCount, skipCount, reporter.countTests());
}
- SkGraphics::Term();
SkDebugf("\n");
return (failCount == 0) ? 0 : 1;