Chromium Code Reviews| Index: tests/language_strong/call_property_test.dart |
| diff --git a/tests/language_strong/call_property_test.dart b/tests/language_strong/call_property_test.dart |
| index fbab14684ec543e9f18b68191b9b4f6e171d8d30..87407c3f636a0d4aa958a924d81714d417e821bd 100644 |
| --- a/tests/language_strong/call_property_test.dart |
| +++ b/tests/language_strong/call_property_test.dart |
| @@ -16,4 +16,4 @@ typedef void F(); |
| main() { |
| Expect.isFalse(new Call() is Function); |
| Expect.isFalse(new Call() is F); |
| -} |
| +} |