Index: tests/language/optimized_string_charat_test.dart |
diff --git a/tests/language/optimized_string_charat_test.dart b/tests/language/optimized_string_charat_test.dart |
index b11c672a1f074a8c4e1a89a127d643fc01f0fd0e..5f2e6e49d2ef37d2a1aec83d8f3a2535a6250199 100644 |
--- a/tests/language/optimized_string_charat_test.dart |
+++ b/tests/language/optimized_string_charat_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 optimized [] on strings. |
var a = "abc"; |