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