Skip to content

Commit a41a3d2

Browse files
committed
Don't test the path
1 parent 50ac6b0 commit a41a3d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/unittests/Support/SourceMgrTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,5 +516,4 @@ TEST_F(SourceMgrTest, IncludeDirs) {
516516
std::string ResolvedPath;
517517
unsigned NumBuffers = SM.AddIncludeFile("file", SMLoc(), ResolvedPath);
518518
EXPECT_EQ(NumBuffers, 1u);
519-
EXPECT_EQ(ResolvedPath, "include/file");
520519
}

0 commit comments

Comments
 (0)