Index: tests/compiler/dart2js_extra/compound_operator_index_test.dart |
diff --git a/tests/compiler/dart2js_extra/compound_operator_index_test.dart b/tests/compiler/dart2js_extra/compound_operator_index_test.dart |
index e4d108fa77772fc96935eb20780f0c3ce01a8a31..67d30d09b7a5a6bf9de4d67556dd82bb04c4136a 100644 |
--- a/tests/compiler/dart2js_extra/compound_operator_index_test.dart |
+++ b/tests/compiler/dart2js_extra/compound_operator_index_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"; |
+ |
class A { |
List<int> list; |
A(int a, int b) : list = <int>[a, b]; |