| Index: tests/TypefaceTest.cpp
|
| diff --git a/tests/TypefaceTest.cpp b/tests/TypefaceTest.cpp
|
| index 33fa887f52f615be8220649b47e477ae7053e357..6f803ce11f2cb5e4321d3450146ef7d8fe30c816 100644
|
| --- a/tests/TypefaceTest.cpp
|
| +++ b/tests/TypefaceTest.cpp
|
| @@ -83,7 +83,7 @@ DEF_TEST(TypefaceStyle, reporter) {
|
| for (int weight = SkFS::kInvisible_Weight; weight <= SkFS::kExtraBlack_Weight; ++weight) {
|
| TypefaceStyle_test(reporter, weight, 5, data.get());
|
| }
|
| - for (int width = SkFS::kUltraCondensed_Width; width <= SkFS::kUltaExpanded_Width; ++width) {
|
| + for (int width = SkFS::kUltraCondensed_Width; width <= SkFS::kUltraExpanded_Width; ++width) {
|
| TypefaceStyle_test(reporter, 400, width, data.get());
|
| }
|
| }
|
|
|