Browse Source

Fix ut.

tags/v1.3.0
zhaozhixuan 3 years ago
parent
commit
154445dcca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/depends/error_manager/src/error_manager_stub.cc

+ 1
- 1
tests/depends/error_manager/src/error_manager_stub.cc View File

@@ -18,7 +18,7 @@

using namespace ErrorMessage;

namespace ErrorMessage {
namespace error_message {
int FormatErrorMessage(char *str_dst, size_t dst_max, const char *format, ...) {
return 1;
}


Loading…
Cancel
Save