mirror of
https://github.com/boostorg/utility.git
synced 2025-11-03 09:51:56 +01:00
Utility tests should use lightweight_test instead of test
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "boost/test/minimal.hpp"
|
||||
|
||||
int test_main(int, char **)
|
||||
int main()
|
||||
{
|
||||
boost::value_initialized<int> const x_c ;
|
||||
|
||||
@@ -27,11 +25,3 @@ int test_main(int, char **)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
unsigned int expected_failures = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user