Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-29 09:02:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 09:02:49 +0300
commitaf36dd4664ddf35c7ad99f05f9878ce1acf787bd (patch)
tree86c90d41e9f8e6abd3f0c231f77c96e8a9cff7d9 /tests/gtests
parent46dceefc353ab8c84731c9f8f09a34733e004d1b (diff)
Cleanup: trailing newlines
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/blenlib/BLI_array_utils_test.cc1
-rw-r--r--tests/gtests/guardedalloc/guardedalloc_overflow_test.cc1
-rw-r--r--tests/gtests/testing/testing_main.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/gtests/blenlib/BLI_array_utils_test.cc b/tests/gtests/blenlib/BLI_array_utils_test.cc
index c4601e00fbd..6daa400a478 100644
--- a/tests/gtests/blenlib/BLI_array_utils_test.cc
+++ b/tests/gtests/blenlib/BLI_array_utils_test.cc
@@ -187,4 +187,3 @@ TEST(array_utils, BinaryOrInt4Mix)
BINARY_OR_TEST(data_cmp, data_a, data_b, data_combine, ARRAY_SIZE(data_cmp));
}
#undef BINARY_OR_TEST
-
diff --git a/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc b/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc
index 18cf57bd6ea..6f4df4fd047 100644
--- a/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc
+++ b/tests/gtests/guardedalloc/guardedalloc_overflow_test.cc
@@ -58,4 +58,3 @@ TEST(guardedalloc, GuardedIntegerOverflow)
EXPECT_EXIT(MallocArray(SIZE_MAX, 12345567), ABORT_PREDICATE, "");
EXPECT_EXIT(CallocArray(SIZE_MAX, SIZE_MAX), ABORT_PREDICATE, "");
}
-
diff --git a/tests/gtests/testing/testing_main.cc b/tests/gtests/testing/testing_main.cc
index e8104a2a026..6f506d1a0cf 100644
--- a/tests/gtests/testing/testing_main.cc
+++ b/tests/gtests/testing/testing_main.cc
@@ -33,4 +33,3 @@ int main(int argc, char **argv) {
return RUN_ALL_TESTS();
}
-