Index: utils/tests/pub/pub_install_git_test.dart |
diff --git a/utils/tests/pub/pub_install_git_test.dart b/utils/tests/pub/pub_install_git_test.dart |
index 1c98af149b38b245d4717c5ef9da4306254642bc..8222887159507a50191885d534f72e9efa481705 100644 |
--- a/utils/tests/pub/pub_install_git_test.dart |
+++ b/utils/tests/pub/pub_install_git_test.dart |
@@ -99,7 +99,8 @@ main() { |
schedulePub(args: ['install'], |
error: const RegExp(@'^FormatException: The name you specified for ' |
@'your dependency, "weird-name", doesn' @"'" @'t match the name ' |
- @'"foo" \(from "\.\./foo\.git"\)\.')); |
+ @'"foo" \(from "\.\./foo\.git"\)\.'), |
+ exitCode: 1); |
run(); |
}); |