Index: tests/language/static_inline_test.dart |
diff --git a/tests/language/static_inline_test.dart b/tests/language/static_inline_test.dart |
index 5163b3d7d83770c49ee13c2f96d99d56999152b9..cad3bf677d75b87ecd63194f9b8f52ab122fcdfc 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. |