| Index: test/mixin_test.dart
|
| diff --git a/test/mixin_test.dart b/test/mixin_test.dart
|
| index 5e327232819dd80c61c856ef001ae2e432247a49..5c5a0fca217a63502d159fbf805f43bb0e3ebd7c 100644
|
| --- a/test/mixin_test.dart
|
| +++ b/test/mixin_test.dart
|
| @@ -458,10 +458,6 @@ void badTopInclude() {
|
| @include a;
|
| ''';
|
|
|
| - var generated = r'''span {
|
| - border: 2px dashed #f00;
|
| -}''';
|
| -
|
| var stylesheet = compileCss(input, errors: errors, opts: options);
|
| expect(stylesheet != null, true);
|
| expect(errors.length, 1, reason: errors.toString());
|
|
|