| Index: tests/language/static_inline_test.dart
|
| diff --git a/tests/language/static_inline_test.dart b/tests/language/static_inline_test.dart
|
| index 4c5ad9a9f0c1661937b3c64a0bc50a64e0f7851f..0f677f807d69b5dbd1276237e96ef5e8593e7cfe 100644
|
| --- a/tests/language/static_inline_test.dart
|
| +++ b/tests/language/static_inline_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Test inlining of assignments in parameter passing. If [StringScanner.charAt]
|
| // is inlined, the argument expresion [: ++byteOffset :] should not be
|
| // duplicated.
|
|
|