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 | 10310e2339380adeede0e91f4bf4d55cb28f63ae (patch) | |
tree | 57c9dac3e783d37e8523899ee31d7204109f800f | |
parent | 7fdc8fdbfe0d2b4bc0f1a22b2560ca6d86a72c94 (diff) |
Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now." I missed Daniel's r168095 by my accident.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168134 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 4563011773..1180f72f5b 100644 --- a/test/lit.cfg +++ b/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 |