From 10049f8325403052488d2fa051bf5fed3ecd6a27 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 7 Dec 2012 17:05:36 +0000 Subject: [PATCH] Unordered: Missing final newlines. [SVN r81761] --- test/exception/assign_exception_tests.cpp | 2 +- test/exception/constructor_exception_tests.cpp | 2 +- test/exception/copy_exception_tests.cpp | 2 +- test/exception/erase_exception_tests.cpp | 2 +- test/exception/insert_exception_tests.cpp | 2 +- test/exception/rehash_exception_tests.cpp | 2 +- test/exception/swap_exception_tests.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/exception/assign_exception_tests.cpp b/test/exception/assign_exception_tests.cpp index 60d1e162..75be2adb 100644 --- a/test/exception/assign_exception_tests.cpp +++ b/test/exception/assign_exception_tests.cpp @@ -109,4 +109,4 @@ EXCEPTION_TESTS( (self_assign_test1)(self_assign_test2) (assign_test1)(assign_test2)(assign_test3)(assign_test4)(assign_test5), CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS() diff --git a/test/exception/constructor_exception_tests.cpp b/test/exception/constructor_exception_tests.cpp index 27ea4b84..abadd65a 100644 --- a/test/exception/constructor_exception_tests.cpp +++ b/test/exception/constructor_exception_tests.cpp @@ -174,4 +174,4 @@ EXCEPTION_TESTS( (input_range_construct_test) (copy_range_construct_test), CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS() diff --git a/test/exception/copy_exception_tests.cpp b/test/exception/copy_exception_tests.cpp index 723d0d4d..15c7364d 100644 --- a/test/exception/copy_exception_tests.cpp +++ b/test/exception/copy_exception_tests.cpp @@ -67,4 +67,4 @@ struct copy_with_allocator_test : public test::exception_base EXCEPTION_TESTS( (copy_test1)(copy_test2)(copy_test3)(copy_with_allocator_test), CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS() diff --git a/test/exception/erase_exception_tests.cpp b/test/exception/erase_exception_tests.cpp index 745bf8a4..18f333a8 100644 --- a/test/exception/erase_exception_tests.cpp +++ b/test/exception/erase_exception_tests.cpp @@ -52,4 +52,4 @@ struct erase_by_key_test1 : public erase_test_base EXCEPTION_TESTS( (erase_by_key_test1), CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS() diff --git a/test/exception/insert_exception_tests.cpp b/test/exception/insert_exception_tests.cpp index 2fb273d6..aed566dc 100644 --- a/test/exception/insert_exception_tests.cpp +++ b/test/exception/insert_exception_tests.cpp @@ -244,4 +244,4 @@ struct insert_test_rehash3 : public insert_test_base EXCEPTION_TESTS(ALL_TESTS, CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS() diff --git a/test/exception/rehash_exception_tests.cpp b/test/exception/rehash_exception_tests.cpp index 1be79864..ad5c6193 100644 --- a/test/exception/rehash_exception_tests.cpp +++ b/test/exception/rehash_exception_tests.cpp @@ -82,4 +82,4 @@ struct rehash_test4 : rehash_test_base EXCEPTION_TESTS( (rehash_test0)(rehash_test1)(rehash_test2)(rehash_test3)(rehash_test4), CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS() diff --git a/test/exception/swap_exception_tests.cpp b/test/exception/swap_exception_tests.cpp index 6e1331ea..623a0fce 100644 --- a/test/exception/swap_exception_tests.cpp +++ b/test/exception/swap_exception_tests.cpp @@ -122,4 +122,4 @@ EXCEPTION_TESTS( (self_swap_test1)(self_swap_test2) (swap_test1)(swap_test2)(swap_test3)(swap_test4), CONTAINER_SEQ) -RUN_TESTS() \ No newline at end of file +RUN_TESTS()