| Index: test/nested_test.dart
|
| diff --git a/test/nested_test.dart b/test/nested_test.dart
|
| index c72666efd5cde28a57d9cb77b6d5a55494c8f33c..2a46da7f95cea4c181660dc0c65c7c19f8a4dfc9 100644
|
| --- a/test/nested_test.dart
|
| +++ b/test/nested_test.dart
|
| @@ -195,7 +195,6 @@ span {
|
| }
|
|
|
| void simpleNest() {
|
| - final errors = [];
|
| final input = '''
|
| div span { color: green; }
|
| #header {
|
| @@ -239,7 +238,6 @@ div > span[attr="foo"] {
|
| }
|
|
|
| void complexNest() {
|
| - final errors = [];
|
| final input = '''
|
| @font-face { font-family: arial; }
|
| div { color: #f0f0f0; }
|
|
|