Index: sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart |
diff --git a/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart b/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart |
index 6a983c4cca3d4566d1dfbfdb62aa55614332f605..0bdfc63329691be0a1cb9337d799a279be563071 100644 |
--- a/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart |
+++ b/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart |
@@ -22,7 +22,7 @@ main() { |
pubGet(error: """ |
Could not find package foo at "$badPath". |
Depended on by: |
- - myapp 0.0.0""", |
+ - myapp""", |
exitCode: exit_codes.UNAVAILABLE); |
}); |
} |