Converts from wstring to regular string.

Cleans up empty test suites to return no tests instead of a single pass.
This commit is contained in:
2023-04-15 16:30:06 -07:00
parent e68973c1b1
commit b3bb6e4031
22 changed files with 308 additions and 342 deletions

View File

@@ -4,7 +4,7 @@
#include <string>
namespace SBF {
using std::wstring;
using std::string;
const int kInitialGeneration = 13;