From: David Majnemer Date: Sun, 23 Mar 2014 17:47:18 +0000 (+0000) Subject: Driver: cleanup /vd2 test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf2cc888bdee67808b93da57c5ec2c39176650fc;p=clang Driver: cleanup /vd2 test /vd2 is not ignored anymore, remove it from the ignored list. Add a test to ensure that it does the right thing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204563 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index 17f0b0a544..dee71fff4f 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -67,6 +67,9 @@ // RUN: %clang_cl /U mymacro -### -- %s 2>&1 | FileCheck -check-prefix=U %s // U: "-U" "mymacro" +// RUN: %clang_cl /vd2 -### -- %s 2>&1 | FileCheck -check-prefix=VD2 %s +// VD2: -vtordisp-mode=2 + // RUN: %clang_cl /vmg -### -- %s 2>&1 | FileCheck -check-prefix=VMG %s // VMG: "-fms-memptr-rep=virtual" @@ -215,7 +218,6 @@ // RUN: /Qvec-report:2 \ // RUN: /u \ // RUN: /V \ -// RUN: /vd2 \ // RUN: /volatile \ // RUN: /wfoo \ // RUN: /WL \