diff options
Diffstat (limited to 'clang/test/Driver/ld-path.c')
-rw-r--r-- | clang/test/Driver/ld-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/ld-path.c b/clang/test/Driver/ld-path.c index bc10b9e..e00b63d 100644 --- a/clang/test/Driver/ld-path.c +++ b/clang/test/Driver/ld-path.c @@ -1,5 +1,5 @@ /// This tests uses the PATH environment variable. -// UNSUPPORTED: system-windows +// UNSUPPORTED: system-windows, system-cygwin // RUN: cd %S |