Chromium Code Reviews| Index: tests/language/is_object_test.dart |
| diff --git a/tests/language/is_object_test.dart b/tests/language/is_object_test.dart |
| index 1a47bb2fa34770ea567d8698ceeac8870a5cc9d8..7dc6574c4e12b472c908e13a4bf5007215440acf 100644 |
| --- a/tests/language/is_object_test.dart |
| +++ b/tests/language/is_object_test.dart |
| @@ -3,6 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program for the "is" type test operator. |
| +import "package:expect/expect.dart"; |
| + |
| testTryCatch(x) { |
| try { |
| throw x; |