Revert r215854 corresponding to r215857, "Suppress ClangRenameTests/USRLocFinding.FindsVarUSR on msc17 for now. Will fix later."

llvm-svn: 215859
This commit is contained in:
NAKAMURA Takumi 2014-08-17 22:45:29 +00:00
parent a6d0b2f801
commit b7b2e4cba0
1 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ static void testOffsetGroups(const char *Code,
EXPECT_EQ(Groups.size(), AllUSRs.size());
}
#if !(defined(_MSC_VER) && _MSC_VER < 1800)
TEST(USRLocFinding, FindsVarUSR) {
const char VarTest[] = "\n\
namespace A {\n\
@ -78,7 +78,6 @@ void fun1() {\n\
testOffsetGroups(VarTest, VarTestOffsets);
}
#endif
}
}