forked from OSchip/llvm-project
Fix broken test on Windows caused by D74790
This commit is contained in:
parent
d48d339156
commit
7d91633a2b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue