Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-06-15 08:13:41 +0300
committerMarat Dukhan <marat@fb.com>2018-06-15 08:13:41 +0300
commit5d6bb7931a73b2a95ba5cac46bcb35a64ae1b8cc (patch)
tree4cec33fe191770e1c6308f449e8907eb9ae3104b /deps
parent06920020ec9b2c5c3b7f1aedb68a061a779d487c (diff)
Fix typo in clog test
Diffstat (limited to 'deps')
-rw-r--r--deps/clog/test/clog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/clog/test/clog.cc b/deps/clog/test/clog.cc
index 7294052..829f998 100644
--- a/deps/clog/test/clog.cc
+++ b/deps/clog/test/clog.cc
@@ -41,6 +41,6 @@ TEST(CLOG, warning) {
TEST(CLOG, error) {
named_log_error("test error message with a module name");
- nameless_log_warning("test warning message without a module name");
+ nameless_log_error("test error message without a module name");
suppressed_log_error("test suppressed error message");
}