commit | 8f6f67efb67d73dbd91d0630b0da647b55b0a4a9 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Apr 16 17:58:38 2013 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Apr 16 17:58:38 2013 +0000 |
tree | 4be20bf92341af9c3d791c8844caff9e540c3671 | |
parent | 9bfc438e1d796c29367f2682a216e5cb8cfb8062 [diff] |
change shortName to match filename git-svn-id: http://skia.googlecode.com/svn/trunk@8705 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/bitmaprecttest.cpp b/gm/bitmaprecttest.cpp index 5f7ff08..b36d214 100644 --- a/gm/bitmaprecttest.cpp +++ b/gm/bitmaprecttest.cpp
@@ -46,7 +46,7 @@ protected: virtual SkString onShortName() { - return SkString("bitmaprectest"); + return SkString("bitmaprecttest"); } virtual SkISize onISize() {