[Bf-blender-cvs] [f0443b88593] temp-geometry-nodes-fields--fields: Cleanup: Remove incorrect comment

Hans Goudey noreply at git.blender.org
Tue Aug 31 00:50:53 CEST 2021


Commit: f0443b88593e1964b64ae999d6b6297d55028267
Author: Hans Goudey
Date:   Mon Aug 30 17:50:47 2021 -0500
Branches: temp-geometry-nodes-fields--fields
https://developer.blender.org/rBf0443b88593e1964b64ae999d6b6297d55028267

Cleanup: Remove incorrect comment

===================================================================

M	source/blender/functions/tests/FN_field_test.cc

===================================================================

diff --git a/source/blender/functions/tests/FN_field_test.cc b/source/blender/functions/tests/FN_field_test.cc
index 8882f1a5eb6..a002e286b45 100644
--- a/source/blender/functions/tests/FN_field_test.cc
+++ b/source/blender/functions/tests/FN_field_test.cc
@@ -188,7 +188,6 @@ TEST(field, FunctionTwoOutputs)
 
 TEST(field, TwoFunctionsTwoOutputs)
 {
-  /* Also use two separate input fields, why not. */
   Field index_field{CPPType::get<int>(), std::make_shared<IndexFieldInput>()};
 
   std::shared_ptr<FieldFunction> fn = std::make_shared<FieldFunction>(FieldFunction(



More information about the Bf-blender-cvs mailing list