Index: tests/language/unary_test.dart |
diff --git a/tests/language/unary_test.dart b/tests/language/unary_test.dart |
index 109aa7f77a534f6951e3bedf2db330d9dac3c4e0..a4001e7cd1e2d57a9c8268806b0ba5c333968ffd 100644 |
--- a/tests/language/unary_test.dart |
+++ b/tests/language/unary_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"; |
+ |
// Dart test for testing binary operations. |
class UnaryTest { |