| Index: tests/compiler/dart2js/inferrer_factory_test.dart
|
| diff --git a/tests/compiler/dart2js/inferrer_factory_test.dart b/tests/compiler/dart2js/inferrer_factory_test.dart
|
| index a8b225c6e8fb65877bb3509a7eec319bdcd0d5b1..263951750b0e39452020c1eaefb4af04a119dcc2 100644
|
| --- a/tests/compiler/dart2js/inferrer_factory_test.dart
|
| +++ b/tests/compiler/dart2js/inferrer_factory_test.dart
|
| @@ -24,9 +24,8 @@ main() {
|
|
|
| main() {
|
| asyncTest(() => compileAll(TEST1).then((generated) {
|
| - // Check that we're using the index operator on the object returned
|
| - // by the A factory.
|
| - Expect.isTrue(generated.contains('[0] = 42'));
|
| - }));
|
| + // Check that we're using the index operator on the object returned
|
| + // by the A factory.
|
| + Expect.isTrue(generated.contains('[0] = 42'));
|
| + }));
|
| }
|
| -
|
|
|