| Index: tests/html/svg_test.dart
|
| diff --git a/tests/html/svg_test.dart b/tests/html/svg_test.dart
|
| index 0c6071271a20b03c9b751c1567df2493c3d2b38a..ee327bf304ce6d549498abe77713fd8d9ce1343a 100644
|
| --- a/tests/html/svg_test.dart
|
| +++ b/tests/html/svg_test.dart
|
| @@ -153,7 +153,6 @@ main() {
|
| 'is an svg.AnimatedTransformList');
|
| var isCssStyleDeclaration =
|
| predicate((x) => x is CssStyleDeclaration, 'is a CssStyleDeclaration');
|
| - var isCssValue = predicate((x) => x is CssValue, 'is a CssValue');
|
|
|
| /// Verifies that [e] supports the operations on the svg.Tests interface.
|
| checkSvgTests(e) {
|
|
|