]> granicus.if.org Git - clang/commitdiff
Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash...
authorAnders Carlsson <andersca@mac.com>
Fri, 22 Oct 2010 23:35:40 +0000 (23:35 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 22 Oct 2010 23:35:40 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117181 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/fixit-errors.c

index ff063635f693c6b1b830b1b666be8b4f86687ffb..f8e2295d496adc4182fc6067b6ac70bfe256bbff 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: cp %s %t
-// RUN: %clang_cc1 -pedantic -verify -fixit -x c %t || true
+// RUN: true || %clang_cc1 -pedantic -verify -fixit -x c %t
 // RUN: %clang_cc1 -pedantic -Werror -x c %t
 // XFAIL: *