Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / circle-verify / src / Driver.cpp
index 1af31d9..7a44c65 100644 (file)
@@ -35,7 +35,7 @@ int entry(int argc, char **argv)
   {
     std::cout << err.what() << std::endl;
     std::cout << arser;
-    return 0;
+    return 255;
   }
 
   auto verifier = std::make_unique<VerifyFlatbuffers>();