| Index: sky/tests/resources/display_list.dart
|
| diff --git a/sky/tests/resources/display_list.dart b/sky/tests/resources/display_list.dart
|
| index 070af593c95753961b646a1eb60a86d7a9a8d056..84d6cc97ad8eb50a0f4fc2570f7149bac4f7bd0a 100644
|
| --- a/sky/tests/resources/display_list.dart
|
| +++ b/sky/tests/resources/display_list.dart
|
| @@ -23,7 +23,7 @@ class TestDisplayList extends RenderNodeDisplayList {
|
| }
|
|
|
| String explainPaint(sky.Paint paint) {
|
| - return "Paint(0x${paint.color.value.toRadixString(16).padLeft(8, '0')})";
|
| + return "Paint(${paint.color})";
|
| }
|
|
|
| void save() {
|
|
|