[clangd] Fix tests after rL341057

Since OR iterator children are not longer sorted by the estimated size,
string representation should be different.

llvm-svn: 341060
This commit is contained in:
Kirill Bobyrev 2018-08-30 12:29:36 +00:00
parent 1f203bcd75
commit bf3bc7117e
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ TEST(DexIndexIterators, StringRepresentation) {
createOr(create(L3), create(L4), create(L5)));
EXPECT_EQ(llvm::to_string(*Nested),
"(& (| [{END}] [0, {5}, END] [0, {1}, 5, END]) (& [{1}, 5, 7, 9, "
"(& (| [0, {5}, END] [0, {1}, 5, END] [{END}]) (& [{1}, 5, 7, 9, "
"END] [{1}, 3, 5, 8, 9, END]))");
}