Index: tests/standalone/double_temp_test.dart |
diff --git a/tests/standalone/double_temp_test.dart b/tests/standalone/double_temp_test.dart |
index cfda808e3f1855780fbf249c489e6bf8cf06fd5e..cec3c9e1cd95d75616512085c6a0f5d72f0546bb 100644 |
--- a/tests/standalone/double_temp_test.dart |
+++ b/tests/standalone/double_temp_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test correct usage of inlined double temporary objects. |
+import "package:expect/expect.dart"; |
+ |
main() { |
for (int i = 0; i < 2000; i++) { |
testBinaryOp(); |