Index: tests/compiler/dart2js_extra/not_test.dart |
diff --git a/tests/compiler/dart2js_extra/not_test.dart b/tests/compiler/dart2js_extra/not_test.dart |
index 0f6d97f260a59618a5c0c2f38b4246d32f431329..e75f2ca766309add355a4b068a07e60fe82e80da 100644 |
--- a/tests/compiler/dart2js_extra/not_test.dart |
+++ b/tests/compiler/dart2js_extra/not_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 not1() { |
var x = !true; |
Expect.equals(false, x); |