| Index: tests/compiler/dart2js/proxy_test.dart
|
| diff --git a/tests/compiler/dart2js/proxy_test.dart b/tests/compiler/dart2js/proxy_test.dart
|
| index b9d844482e06ffc76ee8eba12889603835a16653..bdba67f2e85057e6014995dad24c593f579e04b4 100644
|
| --- a/tests/compiler/dart2js/proxy_test.dart
|
| +++ b/tests/compiler/dart2js/proxy_test.dart
|
| @@ -17,6 +17,6 @@ const Map<String, dynamic> TESTS = const {
|
| 'language/proxy2_test.dart': null,
|
| };
|
|
|
| -void main() {
|
| - checkWarnings(TESTS);
|
| +void main(List<String> args) {
|
| + checkWarnings(TESTS, args);
|
| }
|
|
|