diff options
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 68f08b0c18c..d11d46253c9 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -377,6 +377,9 @@ // RUN: /Zc:rvalueCast \ // RUN: /Zc:ternary \ // RUN: /Zc:wchar_t \ +// RUN: /ZH:MD5 \ +// RUN: /ZH:SHA1 \ +// RUN: /ZH:SHA_256 \ // RUN: /Zm \ // RUN: /Zo \ // RUN: /Zo- \ |