diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-05-02 20:39:21 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-05-02 20:39:21 +0000 |
commit | 02a444dc8015347e5e5c60d5b11e8a1d6fdceaf3 (patch) | |
tree | a08dadef18c03e99d81187ac0b7f4ef30b635ae7 /test/FixIt/fixit-cxx0x.cpp | |
parent | 58dc5ca0841900b197de7733197196f435bf0cc3 (diff) |
Fixed test case asserts due to checkin of r130710.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt/fixit-cxx0x.cpp')
-rw-r--r-- | test/FixIt/fixit-cxx0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit-cxx0x.cpp b/test/FixIt/fixit-cxx0x.cpp index 90bf9f5c18..77e9e5815c 100644 --- a/test/FixIt/fixit-cxx0x.cpp +++ b/test/FixIt/fixit-cxx0x.cpp @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -verify -std=c++0x %s // RUN: cp %s %t -// RUN: %clang_cc1 -std=c++0x -fixit %t || true +// RUN: %clang_cc1 -x c++ -std=c++0x -fixit %t || true // RUN: %clang_cc1 -Wall -pedantic -x c++ -std=c++0x %t /* This is a test of the various code modification hints that only |