| Index: test/big_1_test.dart
|
| diff --git a/test/big_1_test.dart b/test/big_1_test.dart
|
| index ed1c271314366d22872c689f65ebe248d1facdb3..5f38ba08825176fa8531787f837159ba1bcbb59d 100644
|
| --- a/test/big_1_test.dart
|
| +++ b/test/big_1_test.dart
|
| @@ -7,8 +7,6 @@ library big_1_test;
|
| import 'package:unittest/unittest.dart';
|
| import 'testing.dart';
|
|
|
| -var options = ['--warnings_as_errors', '--no-colors', 'memory'];
|
| -
|
| compilePolyfillAndValidate(String input, String generated) {
|
| var errors = [];
|
| var stylesheet = polyFillCompileCss(input, errors: errors, opts: options);
|
|
|