Browse Source

test

pull/293/head
unknown 4 years ago
parent
commit
4ea85b2dde
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

@@ -16,7 +16,7 @@


#include "common/util/error_manager/error_manager.h" #include "common/util/error_manager/error_manager.h"


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


Loading…
Cancel
Save