aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/test
diff options
context:
space:
mode:
authorDrill Dev <dev@drill.apache.org>2018-04-13 10:24:45 -0700
committerArina Ielchiieva <arina.yelchiyeva@gmail.com>2018-04-17 08:59:59 +0300
commit62f14690870568364723dc77494043a9854a0447 (patch)
tree3e3edc748f2257e75c2c7280d0f935f1529b9c04 /contrib/native/client/src/test
parent1ce7d37d822bdfed66031444cbdf6785700495b6 (diff)
DRILL-6320: Fixed license headers.
closes #1207
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>