aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/any_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/any_unittest.cc')
-rw-r--r--brillo/any_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/any_unittest.cc b/brillo/any_unittest.cc
index 506559b..2af8845 100644
--- a/brillo/any_unittest.cc
+++ b/brillo/any_unittest.cc
@@ -245,7 +245,7 @@ TEST(Any, TypeMismatch) {
val = std::string("123");
EXPECT_DEATH(val.GetAsInteger(),
- "Unable to convert value of type 'std::string' to integer");
+ "Unable to convert value of type 'std::.*' to integer");
Any empty;
EXPECT_DEATH(empty.GetAsInteger(), "Must not be called on an empty Any");