Chromium Code Reviews| Index: utils/tests/pub/test_pub.dart |
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
| index df6cb3e27654ff4b579f8c9b0bdac779e4b8ac39..d8f62e955da2a03b8e82f02e2ed64c04ffb55ffe 100644 |
| --- a/utils/tests/pub/test_pub.dart |
| +++ b/utils/tests/pub/test_pub.dart |
| @@ -1116,7 +1116,7 @@ class TarFileDescriptor extends Descriptor { |
| } |
| Future delete(dir) { |
| - throw new UnsupportedOperationException(''); |
| + throw new UnsupportedError(''); |
| } |
| /** |