Skip to content

Commit 025e4c6

Browse files
authored
Bump devtools to support new properties on int (#486)
This avoids a breakage, https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8681902379780991265/+/u/Run_customer_testing_tests/stdout?format=raw, introduced by new properties on int, introduced in Dart SDK 754239b077e0f18fa5a82b10c32404cc0aa482b8.
1 parent 0d8487f commit 025e4c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

registry/flutter_devtools.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
77
# NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test.
88
# The analysis and testing for DevTools have been split into two different
99
# registry to speed up performance.
10-
fetch=git -c core.longPaths=true -C tests checkout dc1d7ad27e8e0a94fad4d8e0ba3f5aaebd06f68d
10+
fetch=git -c core.longPaths=true -C tests checkout adce730d2817b70849d76d0257996a8cb273dd5d
1111

1212
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt
1313

registry/flutter_devtools_analysis.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
77
# NOTE: this commit hash should also match the hash in flutter_devtools.test.
88
# The analysis and testing for DevTools have been split into two different
99
# registry to speed up performance.
10-
fetch=git -c core.longPaths=true -C tests checkout dc1d7ad27e8e0a94fad4d8e0ba3f5aaebd06f68d
10+
fetch=git -c core.longPaths=true -C tests checkout adce730d2817b70849d76d0257996a8cb273dd5d
1111

1212
# Mock generation required. Otherwise the test code will show analysis errors.
1313
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt

0 commit comments

Comments
 (0)