aboutsummaryrefslogtreecommitdiff
path: root/ExperimentsTest.cpp
diff options
context:
space:
mode:
authorchenbruce <chenbruce@google.com>2021-08-20 00:00:49 +0800
committerchenbruce <chenbruce@google.com>2021-08-20 14:45:36 +0800
commit9b72daa3b7f3f33fcc5bf25269a9221cf296e904 (patch)
treeb50f64d64cd5f7c63956ee8b12ee69b3f8e97989 /ExperimentsTest.cpp
parent6c186345551a7e36fb9c8a07183c9429c3a5b306 (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.cpp1
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>