| Index: test/mixin_test.dart
|
| diff --git a/test/mixin_test.dart b/test/mixin_test.dart
|
| index 5c5a0fca217a63502d159fbf805f43bb0e3ebd7c..937ed4427a731f680dc24275c75dad43683ca006 100644
|
| --- a/test/mixin_test.dart
|
| +++ b/test/mixin_test.dart
|
| @@ -7,8 +7,6 @@ library mixin_test;
|
| import 'package:unittest/unittest.dart';
|
| import 'testing.dart';
|
|
|
| -final options = ['--warnings_as_errors', '--no-colors', 'memory'];
|
| -
|
| compileAndValidate(String input, String generated) {
|
| var errors = [];
|
| var stylesheet = compileCss(input, errors: errors, opts: options);
|
|
|