diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/gcov47_compatibility.cpp')
-rw-r--r-- | llvm/test/tools/llvm-cov/gcov47_compatibility.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-cov/gcov47_compatibility.cpp b/llvm/test/tools/llvm-cov/gcov47_compatibility.cpp index 6458d3ba7ea..b8f4a3c511c 100644 --- a/llvm/test/tools/llvm-cov/gcov47_compatibility.cpp +++ b/llvm/test/tools/llvm-cov/gcov47_compatibility.cpp @@ -5,8 +5,8 @@ // -coverage -Xclang -coverage-no-function-names-in-data // -Xclang -coverage-cfg-checksum -Xclang -coverage-version='407*' -// We need shell for cd -// REQUIRES: shell + + // RUN: rm -rf %t // RUN: mkdir %t |