aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GMBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GMBench.cpp')
-rw-r--r--bench/GMBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/GMBench.cpp b/bench/GMBench.cpp
index 41a8e8c5f4..dbd1d7b24a 100644
--- a/bench/GMBench.cpp
+++ b/bench/GMBench.cpp
@@ -8,7 +8,7 @@
#include "GMBench.h"
GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
- fName.printf("GM:%s", gm->getName());
+ fName.printf("GM_%s", gm->getName());
}
GMBench::~GMBench() { delete fGM; }