aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/native/client/src/test')
-rw-r--r--contrib/native/client/src/test/CollectionsTest.cpp1
-rw-r--r--contrib/native/client/src/test/UtilsTest.cpp1
-rw-r--r--contrib/native/client/src/test/main.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/contrib/native/client/src/test/CollectionsTest.cpp b/contrib/native/client/src/test/CollectionsTest.cpp
index ebac941c7..c8e49a9fb 100644
--- a/contrib/native/client/src/test/CollectionsTest.cpp
+++ b/contrib/native/client/src/test/CollectionsTest.cpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#include <string>
#include <vector>
diff --git a/contrib/native/client/src/test/UtilsTest.cpp b/contrib/native/client/src/test/UtilsTest.cpp
index 0fba45e20..38ab461c1 100644
--- a/contrib/native/client/src/test/UtilsTest.cpp
+++ b/contrib/native/client/src/test/UtilsTest.cpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#include <string>
#include <cppunit/TestFixture.h>
diff --git a/contrib/native/client/src/test/main.cpp b/contrib/native/client/src/test/main.cpp
index e5e17101d..343a625cf 100644
--- a/contrib/native/client/src/test/main.cpp
+++ b/contrib/native/client/src/test/main.cpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>