Skip to content
Snippets Groups Projects
Commit 3731cc06 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix end2end_test formatting

parent 5a32e2c2
No related branches found
No related tags found
No related merge requests found
<%def name="end2end_selector(tests)"> <%def name="end2end_selector(tests)">
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, Google Inc.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
...@@ -44,7 +44,8 @@ ...@@ -44,7 +44,8 @@
extern void ${test}(grpc_end2end_test_config config); extern void ${test}(grpc_end2end_test_config config);
% endfor % endfor
void grpc_end2end_tests(int argc, char **argv, grpc_end2end_test_config config) { void grpc_end2end_tests(int argc, char **argv,
grpc_end2end_test_config config) {
int i; int i;
if (argc <= 1) { if (argc <= 1) {
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
* *
*/ */
/* This file is auto-generated */ /* This file is auto-generated */
#include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/end2end_tests.h"
...@@ -263,3 +265,4 @@ void grpc_end2end_tests(int argc, char **argv, ...@@ -263,3 +265,4 @@ void grpc_end2end_tests(int argc, char **argv,
abort(); abort();
} }
} }
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
* *
*/ */
/* This file is auto-generated */ /* This file is auto-generated */
#include "test/core/end2end/end2end_tests.h" #include "test/core/end2end/end2end_tests.h"
...@@ -269,3 +271,4 @@ void grpc_end2end_tests(int argc, char **argv, ...@@ -269,3 +271,4 @@ void grpc_end2end_tests(int argc, char **argv,
abort(); abort();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment