Unordered: Merge test tweaks + inspect fixes from trunk.

[SVN r81922]
This commit is contained in:
Daniel James
2012-12-13 22:39:44 +00:00
parent 654fed166a
commit 34b69e67ee
9 changed files with 40 additions and 19 deletions

View File

@@ -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()