Skip to content

Commit 701dfb3

Browse files
committed
Revert "[lldb][test] Allow '.c' files to be used as shell tests (llvm#161520)"
This reverts commit e6fd6d9.
1 parent e0677ad commit 701dfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# suffixes: A list of file extensions to treat as test files. This is overriden
2727
# by individual lit.local.cfg files in the test subdirectories.
28-
config.suffixes = [".test", ".cpp", ".s", ".m", ".ll", ".c"]
28+
config.suffixes = [".test", ".cpp", ".s", ".m"]
2929

3030
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
3131
# subdirectories contain auxiliary inputs for various tests in their parent

0 commit comments

Comments
 (0)