Commit fae3c8f
Allow transitions_perf_test.dart to be run using package:test (flutter#10725)
package:test does not allow main() methods to have required
arguments - changing to an optional positional arguments list
fixes this.1 parent 5bcb473 commit fae3c8f
File tree
1 file changed
+1
-1
lines changed- examples/flutter_gallery/test_driver
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments