mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
add a package config file to const finder test fixtures (#22124)
Adds a package config file to the const finder test fixtures to unblock the null safety flag removal change. Otherwise these fixtures get opted in to null safety and some constants are missing (presumably because they are invalid). Related dart-lang/sdk#43872
This commit is contained in:
parent
c896d6d1bb
commit
818e8aa340
15
tools/const_finder/test/fixtures/.dart_tool/package_config.json
vendored
Normal file
15
tools/const_finder/test/fixtures/.dart_tool/package_config.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"configVersion": 2,
|
||||
"packages": [
|
||||
{
|
||||
"name": "const_finder_fixtures",
|
||||
"rootUri": "../lib/",
|
||||
"languageVersion": "2.9"
|
||||
},
|
||||
{
|
||||
"name": "const_finder_fixtures_package",
|
||||
"rootUri": "../pkg/",
|
||||
"languageVersion": "2.9"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user