Index: tests/language/instance_inline_test.dart |
diff --git a/tests/language/instance_inline_test.dart b/tests/language/instance_inline_test.dart |
index fefdf21ae19def9321b94d5854fcbeaa51e938e2..a13d93acf68d401bbd82c12d129ed38396387351 100644 |
--- a/tests/language/instance_inline_test.dart |
+++ b/tests/language/instance_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. |