forked from OSchip/llvm-project
Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now." I missed Daniel's r168095 by my accident.
llvm-svn: 168134
This commit is contained in:
parent
2bafa0076d
commit
a95099ebd3
|
@ -238,7 +238,7 @@ if is_filesystem_case_insensitive():
|
|||
config.available_features.add('case-insensitive-filesystem')
|
||||
|
||||
# Tests that require the /dev/fd filesystem.
|
||||
if False and os.path.exists("/dev/fd/0"):
|
||||
if os.path.exists("/dev/fd/0"):
|
||||
config.available_features.add('dev-fd-fs')
|
||||
|
||||
# [PR8833] LLP64-incompatible tests
|
||||
|
|
Loading…
Reference in New Issue