Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / locop / src / FormattedTensorShape.test.cpp
index 0f0017a..fc85df3 100644 (file)
@@ -30,4 +30,6 @@ TEST(FormattedTensorShapeTest, BracketFormat)
   tensor_shape->dim(0) = 4;
 
   std::cout << fmt<TensorShapeFormat::Bracket>(tensor_shape.get()) << std::endl;
+
+  SUCCEED();
 }