migrate more legacy unittests into tests/
SkParse yet to be cleaned up



git-svn-id: http://skia.googlecode.com/svn/trunk@113 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/main.cpp b/bench/main.cpp
index d66482f..77f49dc 100644
--- a/bench/main.cpp
+++ b/bench/main.cpp
@@ -112,8 +112,8 @@
 
 class SkAutoGraphics {
 public:
-    SkAutoGraphics(bool runUnitTests = false) {
-        SkGraphics::Init(runUnitTests);
+    SkAutoGraphics() {
+        SkGraphics::Init();
     }
     ~SkAutoGraphics() {
         SkGraphics::Term();