Index: tests/compiler/dart2js_extra/logical_and_test.dart |
diff --git a/tests/compiler/dart2js_extra/logical_and_test.dart b/tests/compiler/dart2js_extra/logical_and_test.dart |
index 5e9a111e9bbfe40bffafed40dafc12d9df639b72..6337969516a5458ce16097108dd2f32b8bb08bfc 100644 |
--- a/tests/compiler/dart2js_extra/logical_and_test.dart |
+++ b/tests/compiler/dart2js_extra/logical_and_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"; |
+ |
void and1() { |
var b = true; |
b = b && b; |