Index: utils/tests/pub/install/git/check_out_branch_test.dart |
diff --git a/utils/tests/pub/install/git/check_out_branch_test.dart b/utils/tests/pub/install/git/check_out_branch_test.dart |
index 4516f9ccd1e59095013d7a7083a23b81e0bb1620..9c06391f39f537d2e6854fc97d5dabb85272519e 100644 |
--- a/utils/tests/pub/install/git/check_out_branch_test.dart |
+++ b/utils/tests/pub/install/git/check_out_branch_test.dart |
@@ -28,7 +28,7 @@ main() { |
appDir([{"git": {"url": "../foo.git", "ref": "old"}}]).scheduleCreate(); |
schedulePub(args: ['install'], |
- output: new RegExp(r"Dependencies installed!$")); |
+ output: const RegExp(r"Dependencies installed!$")); |
dir(packagesPath, [ |
dir('foo', [ |