mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 12:27:45 +02:00
Utility tests should use lightweight_test instead of test
This commit is contained in:
@ -17,11 +17,9 @@
|
||||
#error "Unsupported test"
|
||||
#endif
|
||||
|
||||
#include "boost/test/minimal.hpp"
|
||||
|
||||
std::string makeatemp() { return "abc"; }
|
||||
|
||||
int test_main(int, char **)
|
||||
int main()
|
||||
{
|
||||
boost::basic_string_ref<char> sv(makeatemp());
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user