From: Steinar H. Gunderson Date: Sat, 25 Nov 2017 10:08:50 +0000 (+0100) Subject: Minor improvement to a test name. X-Git-Tag: 1.6.0~30 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=12a1f8177c22386171ded47947b9422f27f5f1b2;ds=sidebyside Minor improvement to a test name. --- diff --git a/effect_chain_test.cpp b/effect_chain_test.cpp index b7877f5..324ddae 100644 --- a/effect_chain_test.cpp +++ b/effect_chain_test.cpp @@ -1562,7 +1562,7 @@ public: } }; -TEST(ComputeShaderTest, Mirror) { +TEST(ComputeShaderTest, ComputeThenOneToOne) { float data[] = { 0.0f, 0.25f, 0.3f, 0.8f, 0.75f, 1.0f, 1.0f, 0.2f,