Skip to content

Commit 99b8ef7

Browse files
authored
Update file paths in DiagnosticTest.cpp
1 parent b280b31 commit 99b8ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/unittests/Basic/DiagnosticTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ TEST_F(SuppressionMappingTest, LongShortMatch) {
326326
EXPECT_THAT(diags(), IsEmpty());
327327

328328
EXPECT_TRUE(Diags.isSuppressedViaMapping(diag::warn_unused_function,
329-
locForFile("test/my_test1.cpp")));
329+
locForFile("test/t1.cpp")));
330330

331331
// FIXME: This is confusing.
332332
EXPECT_TRUE(Diags.isSuppressedViaMapping(diag::warn_unused_function,
333-
locForFile("lld/test/my_test2.cpp")));
333+
locForFile("lld/test/t2.cpp")));
334334
}
335335

336336
TEST_F(SuppressionMappingTest, IsIgnored) {

0 commit comments

Comments
 (0)