Trial PR to use an engine that has the null safety unfork CL in it. (#56309)
* Trial PR to use an engine that has the null safety unfork CL in it. * Fix mack specification for test.
This commit is contained in:
parent
9a99403ad2
commit
a48a51b0ff
@ -1 +1 @@
|
||||
95ecd9a4050c38ce82a99c8fce70cacaf41a5a1b
|
||||
494a63c4117fec7ea4b3d8b01346522aa61cff68
|
||||
|
@ -35,7 +35,7 @@ void main() {
|
||||
|
||||
final MockFile pluginJavaMainClass = MockFile();
|
||||
when(pluginJavaMainClass.existsSync()).thenReturn(true);
|
||||
when(pluginJavaMainClass.readAsStringSync()).thenThrow(const FileSystemException());
|
||||
when(pluginJavaMainClass.readAsStringSync(encoding: anyNamed('encoding'))).thenThrow(const FileSystemException());
|
||||
when(mockFileSystem.file('.pub_cache/plugin_a/android/src/main/java/com/company/PluginA.java'))
|
||||
.thenReturn(pluginJavaMainClass);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user