Skip to content

Commit 53b1d56

Browse files
Roll flutter/packages SHA (#463)
Rolls the flutter/packages SHA for tests to pick up flutter/packages#9590 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
1 parent 7afa986 commit 53b1d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

registry/flutter_packages.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contact=ian@hixie.ch
99
update=packages/rfw
1010

1111
fetch=git -c core.longPaths=true clone https://github.com/flutter/packages.git tests
12-
fetch=git -c core.longPaths=true -C tests checkout 3890ceef72e140bc30cdeca59e0c70721f476fba
12+
fetch=git -c core.longPaths=true -C tests checkout 7018bc8eec241f8a2607486a5f6852a070f6e0a4
1313
test.windows=set USE_FLUTTER_TEST_FONT=1
1414
test.windows=.\customer_testing.bat
1515
test.posix=env USE_FLUTTER_TEST_FONT=1 ./customer_testing.sh

0 commit comments

Comments
 (0)