Fix another instance of -ccc-cxx vs. --driver-mode=g++

llvm-svn: 186609
This commit is contained in:
Hans Wennborg 2013-07-18 21:09:03 +00:00
parent e3d8559dd6
commit cb445d882e

View File

@ -1,4 +1,4 @@
// RUN: %clang -ccc-cxx -fsanitize=vptr %s -O3 -o %t
// RUN: %clang --driver-mode=g++ -fsanitize=vptr %s -O3 -o %t
// RUN: %t rT && %t mT && %t fT && %t cT
// RUN: %t rU && %t mU && %t fU && %t cU
// RUN: %t rS && %t rV && %t oV