diff options
| author | 2019-09-09 20:55:26 +0000 | |
|---|---|---|
| committer | 2019-09-09 20:55:26 +0000 | |
| commit | bdba6021d7b7ed9f0a6ec0fa3899bf3bab76f41a (patch) | |
| tree | 63dcb40d6f9aee517bca08b32fbf5e2dbe30deb6 | |
| parent | 256d76fb588efddcdad7ba240b7be480d46ca7ba (diff) | |
| parent | 328d41ebe33c6cfb7978da715af134bd96b1a19c (diff) | |
Merge "Merge "lshal: update test manifest to 2.0" am: 5a99fe853e am: 4c89b924ef am: be9c62877b" into qt-qpr1-dev-plus-aosp
| -rw-r--r-- | cmds/lshal/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/lshal/test.cpp b/cmds/lshal/test.cpp index 76f7c7f9eb..3d550babf4 100644 --- a/cmds/lshal/test.cpp +++ b/cmds/lshal/test.cpp @@ -452,7 +452,7 @@ TEST_F(ListTest, Fetch) { } TEST_F(ListTest, DumpVintf) { - const std::string expected = "<manifest version=\"1.0\" type=\"device\">\n" + const std::string expected = "<manifest version=\"2.0\" type=\"device\">\n" " <hal format=\"hidl\">\n" " <name>a.h.foo1</name>\n" " <transport>hwbinder</transport>\n" |