Chromium Code Reviews| Index: tests/corelib/int_from_environment2_test.dart |
| diff --git a/tests/corelib/int_from_environment2_test.dart b/tests/corelib/int_from_environment2_test.dart |
| index 2645337be5f69ce977c3c89aa29d643341fecd52..348f0b04a68e0a07601bf142f924dea6864f7d0f 100644 |
| --- a/tests/corelib/int_from_environment2_test.dart |
| +++ b/tests/corelib/int_from_environment2_test.dart |
| @@ -12,4 +12,3 @@ main() { |
| Expect.isNull(const int.fromEnvironment('d')); |
| Expect.isNull(const int.fromEnvironment('e')); |
| } |
| - |