Fix tests

This commit is contained in:
Krystian Stasiowski
2020-02-23 19:17:58 -05:00
parent eb2bf814ea
commit 0e11360cf1
3 changed files with 5 additions and 7 deletions

View File

@ -21,7 +21,7 @@
#include <string>
namespace boost {
namespace static_string {
namespace static_strings {
using string_view = basic_string_view<char, std::char_traits<char>>;
@ -7194,5 +7194,5 @@ runTests()
int
main()
{
return boost::static_string::runTests();
return boost::static_strings::runTests();
}