aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m')
-rw-r--r--src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m b/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
index 1703b5265e..5d501602d9 100644
--- a/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
+++ b/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
@@ -32,28 +32,15 @@
*/
#import <XCTest/XCTest.h>
+#include "./h2_ssl.h"
@interface CoreCronetEnd2EndTests : XCTestCase
@end
-int main(int argc, char **argv);
-
@implementation CoreCronetEnd2EndTests
-- (void)setUp {
- [super setUp];
- // Put setup code here. This method is called before the invocation of each test method in the class.
-}
-
-- (void)tearDown {
- // Put teardown code here. This method is called after the invocation of each test method in the class.
- [super tearDown];
-}
-
- (void)testCoreCronetEnd2End {
- // This is an example of a functional test case.
- // Use XCTAssert and related functions to verify your tests produce the correct results.
char *argv[] = {"h2_ssl"};
main(1, argv);
}