| Index: pkg/unittest/lib/html_layout_config.dart
|
| diff --git a/pkg/unittest/lib/html_layout_config.dart b/pkg/unittest/lib/html_layout_config.dart
|
| index 0a0a94143aa76dbb96f430bc4ebb6c3d98882129..ddb0415df75943fb398f2348a3eebb682d6f3da7 100644
|
| --- a/pkg/unittest/lib/html_layout_config.dart
|
| +++ b/pkg/unittest/lib/html_layout_config.dart
|
| @@ -241,7 +241,7 @@ class ParentHtmlConfiguration extends Configuration {
|
| if (!_doneWrap) {
|
| _doneWrap = true;
|
| for (int i = 0; i < testCases.length; i++) {
|
| - testCases[i].test = wrapTest(testCases[i]);
|
| + testCases[i].testFunction = wrapTest(testCases[i]);
|
| testCases[i].setUp = null;
|
| testCases[i].tearDown = null;
|
| }
|
|
|