]> git.sesse.net Git - movit/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Mar 2014 23:42:02 +0000 (00:42 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Mar 2014 23:42:10 +0000 (00:42 +0100)
effect_chain_test.cpp

index b1f0815cc62d80b604ca5a4fc0f1618d941ca913..de3812aefc1488e9dd48aae63e7d3e053e485818 100644 (file)
@@ -223,7 +223,7 @@ private:
        GammaCurve overridden_gamma_curve;
 };
 
        GammaCurve overridden_gamma_curve;
 };
 
-TEST(EffectChainTester, HandlesInputChangingColorspace) {
+TEST(EffectChainTest, HandlesInputChangingColorspace) {
        const int size = 4;
 
        float data[size] = {
        const int size = 4;
 
        float data[size] = {