diff options
Diffstat (limited to 'test/Driver/cl-options.c')
-rw-r--r-- | test/Driver/cl-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index 9aa6ced34994..59f565e6f2ec 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -566,6 +566,7 @@ // RUN: %clang_cl \ // RUN: --driver-mode=cl \ // RUN: -fblocks \ +// RUN: -fcrash-diagnostics-dir=/foo \ // RUN: -fno-blocks \ // RUN: -fbuiltin \ // RUN: -fno-builtin \ |