Skip to content
Snippets Groups Projects
Commit 1efd14f2 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure that debug-only test case is debug-only

parent 90d4b55c
No related branches found
No related tags found
No related merge requests found
...@@ -108,9 +108,11 @@ namespace { ...@@ -108,9 +108,11 @@ namespace {
EXPECT_EQ( false, guid2 < guid1); EXPECT_EQ( false, guid2 < guid1);
} }
#ifdef DEBUG
TEST(GuidTest, GuidToString) { TEST(GuidTest, GuidToString) {
fggl::util::GUID guid = fggl::util::internString("test"); fggl::util::GUID guid = fggl::util::internString("test");
EXPECT_EQ("test", fggl::util::guidToString(guid)); EXPECT_EQ("test", fggl::util::guidToString(guid));
} }
#endif
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment