diff options
| author | chenbruce <chenbruce@google.com> | 2021-08-20 00:00:49 +0800 |
|---|---|---|
| committer | chenbruce <chenbruce@google.com> | 2021-08-20 14:45:36 +0800 |
| commit | 9b72daa3b7f3f33fcc5bf25269a9221cf296e904 (patch) | |
| tree | b50f64d64cd5f7c63956ee8b12ee69b3f8e97989 /ExperimentsTest.cpp | |
| parent | 6c186345551a7e36fb9c8a07183c9429c3a5b306 (diff) | |
Replace StringPrintf() with fmt::format()
Bug: 196298216
Test: cd packages/modules/DnsResolver && atest
Change-Id: I581c282bba1527afd2be9daf925e9ec5bd2e5cd6
Diffstat (limited to 'ExperimentsTest.cpp')
| -rw-r--r-- | ExperimentsTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ExperimentsTest.cpp b/ExperimentsTest.cpp index 6b3ad574..3031f21d 100644 --- a/ExperimentsTest.cpp +++ b/ExperimentsTest.cpp @@ -20,7 +20,6 @@ #include <unordered_map> #include <android-base/format.h> -#include <android-base/stringprintf.h> #include <android-base/test_utils.h> #include <gmock/gmock.h> #include <gtest/gtest.h> |
