diff options
Diffstat (limited to 'test/Driver/cl-link-at-file.c')
-rw-r--r-- | test/Driver/cl-link-at-file.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Driver/cl-link-at-file.c b/test/Driver/cl-link-at-file.c index f817ce5..3a37e2f 100644 --- a/test/Driver/cl-link-at-file.c +++ b/test/Driver/cl-link-at-file.c @@ -1,9 +1,6 @@ // PR17239 - The /link option, when inside a response file, should only extend // until the end of the response file (and not the entire command line) -// Don't attempt slash switches on msys bash. -// REQUIRES: shell-preserves-root - // Note: %s must be preceded by -- or bound to another option, otherwise it may // be interpreted as a command-line option, e.g. on Mac where %s is commonly // under /Users. |