Index: test/lock_file_test.dart |
diff --git a/test/lock_file_test.dart b/test/lock_file_test.dart |
index 6c584ee9003a14f23109cf23e2bc0ca544d40ec2..5bf089fb70a324adb2474f29fbe4c816ea559c20 100644 |
--- a/test/lock_file_test.dart |
+++ b/test/lock_file_test.dart |
@@ -26,7 +26,7 @@ class MockSource extends Source { |
Future get(PackageId id, String symlink) => throw new UnsupportedError( |
"Cannot get a mock package."); |
- Future<String> getDirectory(PackageId id) => throw new UnsupportedError( |
+ String getDirectory(PackageId id) => throw new UnsupportedError( |
"Cannot get the directory for mock packages."); |
dynamic parseDescription(String filePath, String description, |