From 12a1f8177c22386171ded47947b9422f27f5f1b2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 25 Nov 2017 11:08:50 +0100 Subject: [PATCH] Minor improvement to a test name. --- 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 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, -- 2.39.2