Chromium Code Reviews| Index: tests/corelib/null_test.dart |
| diff --git a/tests/corelib/null_test.dart b/tests/corelib/null_test.dart |
| index 8f30e6cf47f560119625ab78f6667bcd0ca9aaa5..994ca40d39ef6cab1e1ee8a427b51df39ee4b843 100644 |
| --- a/tests/corelib/null_test.dart |
| +++ b/tests/corelib/null_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"; |
| + |
| // Test that Null inherits properties from Object. |
| main() { |