diff options
author | Reid Kleckner <rnk@google.com> | 2016-08-16 16:07:46 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-08-16 16:07:46 +0000 |
commit | 23c2eac34dc4560a976be703ec7a45198abce12c (patch) | |
tree | 87c081dc6a6c70db9f16a37a47e4a10922bcf8b6 /clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp | |
parent | 66e7717b4620e439f6fc0f1fe4a29edb0cde3512 (diff) | |
download | bcm5719-llvm-23c2eac34dc4560a976be703ec7a45198abce12c.tar.gz bcm5719-llvm-23c2eac34dc4560a976be703ec7a45198abce12c.zip |
Remove most instances of REQUIRES: shell from the tools/extra tests
None of these tests actually require bash, they just have quoting bugs
when paths contain backslashes and colons. Fix them with the "%/T" lit
substitution variants.
llvm-svn: 278815
Diffstat (limited to 'clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp')
-rw-r--r-- | clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp b/clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp index 9206668aa7b..1997390d5a2 100644 --- a/clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp +++ b/clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp @@ -1,4 +1,3 @@ -// REQUIRES: shell // RUN: mkdir -p %T/foo/bar // RUN: cp %p/Inputs/fake_yaml_db.yaml %T/find_all_symbols_db.yaml // RUN: cd %T/foo |