[clang-tools-extra] r374730 - Add missing "REQUIRES: shell" to system-include-extractor.test

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 13 10:43:16 PDT 2019


Author: nico
Date: Sun Oct 13 10:43:16 2019
New Revision: 374730

URL: http://llvm.org/viewvc/llvm-project?rev=374730&view=rev
Log:
Add missing "REQUIRES: shell" to system-include-extractor.test

Part of PR43592.

Modified:
    clang-tools-extra/trunk/clangd/test/system-include-extractor.test

Modified: clang-tools-extra/trunk/clangd/test/system-include-extractor.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/test/system-include-extractor.test?rev=374730&r1=374729&r2=374730&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/test/system-include-extractor.test (original)
+++ clang-tools-extra/trunk/clangd/test/system-include-extractor.test Sun Oct 13 10:43:16 2019
@@ -1,5 +1,8 @@
 # RUN: rm -rf %t.dir && mkdir -p %t.dir
 
+# The mock driver below is a shell script:
+# REQUIRES: shell
+
 # Generate a mock-driver that will print %temp_dir%/my/dir and
 # %temp_dir%/my/dir2 as include search paths.
 # RUN: echo '#!/bin/bash' >> %t.dir/my_driver.sh




More information about the cfe-commits mailing list