[ox/claw] Cleanup tests

This commit is contained in:
Gary Talent 2021-03-24 01:29:35 -05:00
parent 29a4bb920a
commit b3dff0a184

View File

@ -13,7 +13,6 @@
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <ox/claw/format.hpp>
#include <ox/claw/read.hpp>
#include <ox/claw/write.hpp>
@ -103,7 +102,7 @@ ox::Error model(T *io, TestStruct *obj) {
return OxError(0);
}
std::map<std::string, ox::Error(*)()> tests = {
std::map<std::string_view, ox::Error(*)()> tests = {
{
{
"ClawHeaderReader",