Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / locop / src / FormattedGraph.test.cpp
index c9808d3..aff9ebe 100644 (file)
@@ -28,6 +28,8 @@ TEST(LinearV1FormatterTest, simple)
 
   // TODO Validate the output (when the implementation becomes stable)
   std::cout << locop::fmt<locop::LinearV1>(g) << std::endl;
+
+  SUCCEED();
 }
 
 TEST(LinearV1FormatterTest, user_defined_node_summary_builder)