forked from boostorg/functional
Revert conversion from lightweight test to Boost.Test.
[SVN r47545]
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
extern int f();
|
||||
int main(int, char**) { return f(); }
|
||||
int main() { return f(); }
|
||||
|
||||
Reference in New Issue
Block a user