| Index: base/test/test_support_ios.h
|
| diff --git a/base/test/test_support_ios.h b/base/test/test_support_ios.h
|
| index c71cf0df1d4001e8874e5cc100166722a5c4979c..f4731169b4a335293592102686695d784d326757 100644
|
| --- a/base/test/test_support_ios.h
|
| +++ b/base/test/test_support_ios.h
|
| @@ -19,6 +19,9 @@ void InitIOSRunHook(TestSuite* suite, int argc, char* argv[]);
|
| // InitIOSRunHook.
|
| void RunTestsFromIOSApp();
|
|
|
| +// Returns true if the test app is being run with an XCTest module.
|
| +bool IsRunningWithXCTest();
|
| +
|
| } // namespace base
|
|
|
| #endif // BASE_TEST_TEST_SUPPORT_IOS_H_
|
|
|