aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt/fixit-cxx0x.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-05-02 20:39:21 +0000
committerChad Rosier <mcrosier@apple.com>2011-05-02 20:39:21 +0000
commit02a444dc8015347e5e5c60d5b11e8a1d6fdceaf3 (patch)
treea08dadef18c03e99d81187ac0b7f4ef30b635ae7 /test/FixIt/fixit-cxx0x.cpp
parent58dc5ca0841900b197de7733197196f435bf0cc3 (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.cpp2
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