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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to