| Index: test/visitor_test.dart
|
| diff --git a/test/visitor_test.dart b/test/visitor_test.dart
|
| index 1777748906b32c83fc0685ae4e075d4cb3ed1d17..e7102de0c2978abf1b054806bbf1ff5b0871f16c 100644
|
| --- a/test/visitor_test.dart
|
| +++ b/test/visitor_test.dart
|
| @@ -49,7 +49,7 @@ void testClassVisitors() {
|
| div.hello { font: arial; }
|
| ''';
|
|
|
| - s = parseCss(in1, errors: errors..clear(), opts: ['--no-colors', 'memory']);
|
| + s = parseCss(in1, errors: errors..clear(), opts: simpleOptions);
|
|
|
| expect(s != null, true);
|
| expect(errors.isEmpty, true, reason: errors.toString());
|
|
|