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 @@ using namespace SBF;
using namespace Test;
TestResults main_test_Character(int argc, char** argv) {
TestResults results = TestResults().pass();
TestResults results;
return results;
}