|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81761 - trunk/libs/unordered/test/exception
From: dnljms_at_[hidden]
Date: 2012-12-07 12:05:38
Author: danieljames
Date: 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
New Revision: 81761
URL: http://svn.boost.org/trac/boost/changeset/81761
Log:
Unordered: Missing final newlines.
Text files modified:
trunk/libs/unordered/test/exception/assign_exception_tests.cpp | 2 +-
trunk/libs/unordered/test/exception/constructor_exception_tests.cpp | 2 +-
trunk/libs/unordered/test/exception/copy_exception_tests.cpp | 2 +-
trunk/libs/unordered/test/exception/erase_exception_tests.cpp | 2 +-
trunk/libs/unordered/test/exception/insert_exception_tests.cpp | 2 +-
trunk/libs/unordered/test/exception/rehash_exception_tests.cpp | 2 +-
trunk/libs/unordered/test/exception/swap_exception_tests.cpp | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/libs/unordered/test/exception/assign_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/assign_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/assign_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -109,4 +109,4 @@
(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()
Modified: trunk/libs/unordered/test/exception/constructor_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/constructor_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/constructor_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -174,4 +174,4 @@
(input_range_construct_test)
(copy_range_construct_test),
CONTAINER_SEQ)
-RUN_TESTS()
\ No newline at end of file
+RUN_TESTS()
Modified: trunk/libs/unordered/test/exception/copy_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/copy_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/copy_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -67,4 +67,4 @@
EXCEPTION_TESTS(
(copy_test1)(copy_test2)(copy_test3)(copy_with_allocator_test),
CONTAINER_SEQ)
-RUN_TESTS()
\ No newline at end of file
+RUN_TESTS()
Modified: trunk/libs/unordered/test/exception/erase_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/erase_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/erase_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -52,4 +52,4 @@
EXCEPTION_TESTS(
(erase_by_key_test1),
CONTAINER_SEQ)
-RUN_TESTS()
\ No newline at end of file
+RUN_TESTS()
Modified: trunk/libs/unordered/test/exception/insert_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/insert_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/insert_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -244,4 +244,4 @@
EXCEPTION_TESTS(ALL_TESTS, CONTAINER_SEQ)
-RUN_TESTS()
\ No newline at end of file
+RUN_TESTS()
Modified: trunk/libs/unordered/test/exception/rehash_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/rehash_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/rehash_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -82,4 +82,4 @@
EXCEPTION_TESTS(
(rehash_test0)(rehash_test1)(rehash_test2)(rehash_test3)(rehash_test4),
CONTAINER_SEQ)
-RUN_TESTS()
\ No newline at end of file
+RUN_TESTS()
Modified: trunk/libs/unordered/test/exception/swap_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/swap_exception_tests.cpp (original)
+++ trunk/libs/unordered/test/exception/swap_exception_tests.cpp 2012-12-07 12:05:36 EST (Fri, 07 Dec 2012)
@@ -122,4 +122,4 @@
(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()
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk