Index: tests/corelib/int_parse_radix_test.dart |
diff --git a/tests/corelib/int_parse_radix_test.dart b/tests/corelib/int_parse_radix_test.dart |
index a59ee600875b07b677bbfed7491ca34804145189..e934651e44cbd4331a6ba15b332ce3790a1c9f48 100644 |
--- a/tests/corelib/int_parse_radix_test.dart |
+++ b/tests/corelib/int_parse_radix_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 main() { |
bool checkedMode = false; |
assert(checkedMode = true); |