| Index: utils/tests/pub/descriptor/tar.dart
|
| diff --git a/utils/tests/pub/descriptor/tar.dart b/utils/tests/pub/descriptor/tar.dart
|
| index 453793dd4a80e5118f6d0595a767c5fb4d5a416c..c4f1d8fcafc0e12a103552bc65016f17c30c3b60 100644
|
| --- a/utils/tests/pub/descriptor/tar.dart
|
| +++ b/utils/tests/pub/descriptor/tar.dart
|
| @@ -42,7 +42,7 @@ class TarFileDescriptor extends DirectoryDescriptor {
|
| /// Validates that the `.tar.gz` file at [path] contains the expected
|
| /// contents.
|
| Future validate([String parent]) {
|
| - throw "TODO(nweiz): implement this";
|
| + throw new UnimplementedError("TODO(nweiz): implement this");
|
| }
|
|
|
| Stream<List<int>> read() {
|
|
|