summaryrefslogtreecommitdiff
path: root/test/unit/context/cdo_black.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/cdo_black.cpp')
-rw-r--r--test/unit/context/cdo_black.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/context/cdo_black.cpp b/test/unit/context/cdo_black.cpp
index 2025ba29d..16d7949e0 100644
--- a/test/unit/context/cdo_black.cpp
+++ b/test/unit/context/cdo_black.cpp
@@ -28,11 +28,11 @@ using namespace context;
namespace test {
-class TestContextCDOBlack : public TestContext
+class TestContextBlackCDO : public TestContext
{
};
-TEST_F(TestContextCDOBlack, cdo)
+TEST_F(TestContextBlackCDO, cdo)
{
// Test that push/pop maintains the original value
CDO<int> a1(d_context.get());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback