Revert conversion from lightweight test to Boost.Test.

[SVN r47545]
This commit is contained in:
Daniel James
2008-07-18 12:31:18 +00:00
parent 693e2e87be
commit 9cd18d36ef
32 changed files with 228 additions and 229 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
#include <boost/functional/hash.hpp>
extern int f();
int main(int, char**) { return f(); }
int main() { return f(); }