Oops, got a test case wrong -- missed a mapping. Dean even

pointed this out to me, but I didn't see it until after I had
submitted. :-(


Revision created by MOE tool push_codebase.
MOE_MIGRATION=1579
This commit is contained in:
csilvers+iwyu 2011-04-26 23:07:08 +00:00
parent fc490f0aca
commit 6b0aa480a9
1 changed files with 2 additions and 1 deletions

View File

@ -308,7 +308,8 @@ TEST(IncludePicker, GetPublicHeadersForFilepath_ImplicitThirdPartyMapping) {
"\"third_party/private2.h\"", "\"third_party/public.h\"");
EXPECT_VECTOR_STREQ(
p.GetPublicHeadersForFilepath("third_party/private11.h"),
"\"third_party/private11.h\"", "\"third_party/private1.h\"");
"\"third_party/private11.h\"", "\"third_party/private1.h\"",
"\"third_party/public.h\"");
EXPECT_VECTOR_STREQ(
p.GetPublicHeadersForFilepath("third_party/other_public.h"),
"\"third_party/other_public.h\"");