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(

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to