| Index: tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| diff --git a/tests/compiler/dart2js/deferred_inline_restrictions_test.dart b/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| index 9b18f8f3063f41fe9d8611f90a0f2ff7b24821b7..39400900605365f1fd3b97c3b5b3b6143f221427 100644
|
| --- a/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| +++ b/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// Test that we do not accidentially leak code from deferred libraries but do
|
| +// Test that we do not accidentally leak code from deferred libraries but do
|
| // allow inlining of empty functions and from main.
|
|
|
| import 'package:async_helper/async_helper.dart';
|
|
|