| Index: tests/html/svg_2_test.dart
|
| diff --git a/tests/html/svg_2_test.dart b/tests/html/svg_2_test.dart
|
| index 635be5a1acccbf63d9adab41309ccb3a267f017f..b2c4547ad4dae536af53ac46d2f157a4c2139a2f 100644
|
| --- a/tests/html/svg_2_test.dart
|
| +++ b/tests/html/svg_2_test.dart
|
| @@ -32,7 +32,6 @@ main() {
|
| var isSvgExternalResourcesRequired =
|
| predicate((x) => x is svg.ExternalResourcesRequired,
|
| 'is a svg.ExternalResourcesRequired');
|
| - var isSvgStylable = predicate((x) => x is svg.Stylable, 'is a svg.Stylable');
|
| var isSvgTransformable =
|
| predicate((x) => x is svg.Transformable, 'is a svg.Transformable');
|
| var isSvgLocatable =
|
|
|