mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-07 21:21:03 +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:
@@ -79,7 +79,7 @@ struct rehash_test4 : rehash_test_base<T>
|
||||
void run(T& x) const { x.rehash(0); }
|
||||
};
|
||||
|
||||
RUN_EXCEPTION_TESTS(
|
||||
EXCEPTION_TESTS(
|
||||
(rehash_test0)(rehash_test1)(rehash_test2)(rehash_test3)(rehash_test4),
|
||||
CONTAINER_SEQ)
|
||||
|
||||
RUN_TESTS()
|
Reference in New Issue
Block a user