Add missing "REQUIRES: shell" to system-include-extractor.test
authorNico Weber <nicolasweber@gmx.de>
Sun, 13 Oct 2019 17:43:16 +0000 (17:43 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 13 Oct 2019 17:43:16 +0000 (17:43 +0000)
Part of PR43592.

llvm-svn: 374730

clang-tools-extra/clangd/test/system-include-extractor.test

index 9f1a3de..431384d 100644 (file)
@@ -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