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 tags found
No related merge requests found
......@@ -108,9 +108,11 @@ namespace {
EXPECT_EQ( false, guid2 < guid1);
}
#ifdef DEBUG
TEST(GuidTest, GuidToString) {
fggl::util::GUID guid = fggl::util::internString("test");
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