short names should be ... short, in commandlineflags
git-svn-id: http://skia.googlecode.com/svn/trunk@8629 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
939e90b217
commit
66c9f9995e
@ -43,7 +43,7 @@ static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
|
||||
}
|
||||
}
|
||||
|
||||
DEFINE_bool2(verboseFontMgr, vfm, false, "run verbose fontmgr tests.");
|
||||
DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
|
||||
|
||||
static void TestFontMgr(skiatest::Reporter* reporter) {
|
||||
test_fontiter(reporter, FLAGS_verboseFontMgr);
|
||||
|
Loading…
Reference in New Issue
Block a user