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 | f897d3b88bf5b09b7aa142e2033146bdeda5316f (patch) | |
tree | aef01327c27526c65360241c1348e2c7cd4f6fb2 /clang/test/FixIt/fixit-cxx0x.cpp | |
parent | 2a7c219466044abb7f9d92148dd2f8694b3fdac2 (diff) | |
download | bcm5719-llvm-f897d3b88bf5b09b7aa142e2033146bdeda5316f.tar.gz bcm5719-llvm-f897d3b88bf5b09b7aa142e2033146bdeda5316f.zip |
Fixed test case asserts due to checkin of r130710.
llvm-svn: 130720
Diffstat (limited to 'clang/test/FixIt/fixit-cxx0x.cpp')
-rw-r--r-- | clang/test/FixIt/fixit-cxx0x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/FixIt/fixit-cxx0x.cpp b/clang/test/FixIt/fixit-cxx0x.cpp index 90bf9f5c188..77e9e5815c2 100644 --- a/clang/test/FixIt/fixit-cxx0x.cpp +++ b/clang/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 |