diff options
| author | 2019-09-09 20:11:23 +0000 | |
|---|---|---|
| committer | 2019-09-09 20:11:23 +0000 | |
| commit | 5a99fe853e773984bba3061b80002b8c60555df1 (patch) | |
| tree | b873beaa7eb9dca04d99cbe5768225a0bf858f4f | |
| parent | e380e5d82fb3eee5a7bf8d7f47882abe53f89d87 (diff) | |
| parent | c3ba3a0019615cb3c2b52f2f125b87b0154ee052 (diff) | |
Merge "lshal: update test manifest to 2.0"
| -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" |