summaryrefslogtreecommitdiff
path: root/libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp')
-rw-r--r--libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp b/libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp
index f3cd21822d..43b2cb8577 100644
--- a/libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp
+++ b/libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp
@@ -106,7 +106,7 @@ TEST(DoubleBinder, CallIntoNdk) {
std::string outString;
ScopedAStatus status = server->RepeatString("foo", &outString);
EXPECT_EQ(STATUS_OK, AStatus_getExceptionCode(status.get()))
- << serviceName << " " << status.getDescription();
+ << serviceName << " " << status;
EXPECT_EQ("foo", outString) << serviceName;
}
}