[clang] 7d91633 - Fix broken test on Windows caused by D74790

David Goldman via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 13:59:16 PST 2020


Author: David Goldman
Date: 2020-02-19T16:58:22-05:00
New Revision: 7d91633a2b9b1f563dc14c632cc0c461c3651f76

URL: https://github.com/llvm/llvm-project/commit/7d91633a2b9b1f563dc14c632cc0c461c3651f76
DIFF: https://github.com/llvm/llvm-project/commit/7d91633a2b9b1f563dc14c632cc0c461c3651f76.diff

LOG: Fix broken test on Windows caused by D74790

Added: 
    

Modified: 
    clang/test/CodeCompletion/included-symlinks.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeCompletion/included-symlinks.cpp b/clang/test/CodeCompletion/included-symlinks.cpp
index a57a96b78474..daa0c02c91a6 100644
--- a/clang/test/CodeCompletion/included-symlinks.cpp
+++ b/clang/test/CodeCompletion/included-symlinks.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: shell
 // RUN: rm -rf %t && mkdir -p %t/real/myproj && mkdir -p %t/links
 // RUN: touch %t/real/foo.h && ln -s %t/real/foo.h %t/links/foo.h
 // RUN: touch %t/real/foobar.h && ln -s %t/real/foobar.h %t/links/foobar.h


        


More information about the cfe-commits mailing list