diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-16 03:50:55 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-16 03:50:55 +0000 |
commit | a95099ebd34f7cb0b3c69f0ce48025f83ec74e4f (patch) | |
tree | ffea38cabfdc77060625acd30176000e96df4083 /clang | |
parent | 2bafa0076d8cf99cde2e18478b045efa5158e503 (diff) | |
download | bcm5719-llvm-a95099ebd34f7cb0b3c69f0ce48025f83ec74e4f.tar.gz bcm5719-llvm-a95099ebd34f7cb0b3c69f0ce48025f83ec74e4f.zip |
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
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index 4563011773d..1180f72f5bf 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -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 |