From 9df46b2fab63550ff435fa411beb8d9a4cab629d Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Tue, 17 Mar 2026 07:11:08 +0100 Subject: [PATCH] Update git hash for flutter/devtools --- registry/flutter_devtools.test | 2 +- registry/flutter_devtools_analysis.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index 1277f99..621e181 100644 --- a/registry/flutter_devtools.test +++ b/registry/flutter_devtools.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout ec077193771eef3451c7ba39949fb622168b2323 +fetch=git -c core.longPaths=true -C tests checkout 0c1d983a4dafa7999c24f66c6c6857ee7633a4fd setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test index e9a0b1b..36e5390 100644 --- a/registry/flutter_devtools_analysis.test +++ b/registry/flutter_devtools_analysis.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout ec077193771eef3451c7ba39949fb622168b2323 +fetch=git -c core.longPaths=true -C tests checkout 0c1d983a4dafa7999c24f66c6c6857ee7633a4fd # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt