Skip to content

Commit

Permalink
[libc++] Remove leftover .fail.cpp matcher in Lit test format (llvm#8…
Browse files Browse the repository at this point in the history
…3583)

This should have been removed in 8dcb8ea, which removed support for
.fail.cpp tests in the libc++ test suite.
  • Loading branch information
ldionne authored Mar 4, 2024
1 parent 8982786 commit d052148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcxx/utils/libcxx/test/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def getTestsForPath(self, testSuite, pathInSuite, litConfig, localConfig):
"[.]sh[.][^.]+$",
"[.]gen[.][^.]+$",
"[.]verify[.]cpp$",
"[.]fail[.]cpp$",
]

sourcePath = testSuite.getSourcePath(pathInSuite)
Expand Down

0 comments on commit d052148

Please sign in to comment.