Fix broken test on Windows caused by D74790

This commit is contained in:
David Goldman 2020-02-19 16:58:22 -05:00
parent d48d339156
commit 7d91633a2b
1 changed files with 1 additions and 0 deletions

View File

@ -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