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..78b604b77bbc1431de40c5d1d627fdab91f18ff7 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 StateError(''); |
| } |
| /** |