mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-05 12:11:06 +02:00
Unordered: Improved exception test thing.
Allows repetition of exception tests + separate running the tests so that different tests types or configurations can be mixed up. [SVN r81030]
This commit is contained in:
@@ -159,7 +159,7 @@ struct copy_range_construct_test : public range<T>, objects
|
||||
}
|
||||
};
|
||||
|
||||
RUN_EXCEPTION_TESTS(
|
||||
EXCEPTION_TESTS(
|
||||
(construct_test1)
|
||||
(construct_test2)
|
||||
(construct_test3)
|
||||
@@ -174,3 +174,4 @@ RUN_EXCEPTION_TESTS(
|
||||
(input_range_construct_test)
|
||||
(copy_range_construct_test),
|
||||
CONTAINER_SEQ)
|
||||
RUN_TESTS()
|
Reference in New Issue
Block a user