| Index: test/selector_test.dart
|
| diff --git a/test/selector_test.dart b/test/selector_test.dart
|
| index 43a5a358aff22467ceef652cfcac484f67a8e1b8..5d687e65e1d5ba925b004196c2f75f6199b794a5 100644
|
| --- a/test/selector_test.dart
|
| +++ b/test/selector_test.dart
|
| @@ -52,7 +52,7 @@ void testSelectorFailures() {
|
| var errors = [];
|
|
|
| // Test for invalid class name (can't start with number).
|
| - var selectorAst = selector('.foobar .1a-story .xyzzy', errors: errors);
|
| + selector('.foobar .1a-story .xyzzy', errors: errors);
|
| expect(errors.isEmpty, false);
|
| expect(errors[0].toString(),
|
| 'error on line 1, column 9: name must start with a alpha character, but '
|
|
|