From b2a5b6c97cead9cd8e41eca561f3364e95a1f9b3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 20 Mar 2014 00:42:02 +0100 Subject: [PATCH] Fix a typo. --- effect_chain_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect_chain_test.cpp b/effect_chain_test.cpp index b1f0815..de3812a 100644 --- a/effect_chain_test.cpp +++ b/effect_chain_test.cpp @@ -223,7 +223,7 @@ private: GammaCurve overridden_gamma_curve; }; -TEST(EffectChainTester, HandlesInputChangingColorspace) { +TEST(EffectChainTest, HandlesInputChangingColorspace) { const int size = 4; float data[size] = { -- 2.39.2