Skip to content

Commit d052148

Browse files
authored
[libc++] Remove leftover .fail.cpp matcher in Lit test format (#83583)
This should have been removed in 8dcb8ea, which removed support for .fail.cpp tests in the libc++ test suite.
1 parent 8982786 commit d052148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/utils/libcxx/test/format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ def getTestsForPath(self, testSuite, pathInSuite, litConfig, localConfig):
265265
"[.]sh[.][^.]+$",
266266
"[.]gen[.][^.]+$",
267267
"[.]verify[.]cpp$",
268-
"[.]fail[.]cpp$",
269268
]
270269

271270
sourcePath = testSuite.getSourcePath(pathInSuite)

0 commit comments

Comments
 (0)