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