1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/apps/openmw_test_suite/components/misc/test_stringops.cpp
2014-07-12 18:53:22 +02:00

15 lines
209 B
C++

#include <gtest/gtest.h>
#include "components/misc/stringops.hpp"
struct StringOpsTest : public ::testing::Test
{
protected:
virtual void SetUp()
{
}
virtual void TearDown()
{
}
};