| Index: ios/showcase/test/showcase_test_case.mm
|
| diff --git a/ios/showcase/test/showcase_test_case.mm b/ios/showcase/test/showcase_test_case.mm
|
| index e4877f11f752c2f49acdf50c1365ed9b58d52c2a..6738c6d3b50310de958a7c6d49fa4419902119de 100644
|
| --- a/ios/showcase/test/showcase_test_case.mm
|
| +++ b/ios/showcase/test/showcase_test_case.mm
|
| @@ -7,6 +7,7 @@
|
| #import <EarlGrey/EarlGrey.h>
|
|
|
| #import "base/logging.h"
|
| +#include "testing/coverage_util_ios.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
| @@ -14,6 +15,10 @@
|
|
|
| @implementation ShowcaseTestCase
|
|
|
| ++ (void)setUp {
|
| + coverage_util::ConfigureCoverageReportPath();
|
| +}
|
| +
|
| // Overrides testInvocations so the set of tests run can be modified, as
|
| // necessary.
|
| + (NSArray*)testInvocations {
|
|
|