r187065 - Add not to a command that is expected to fail.
Rafael Espindola
rafael.espindola at gmail.com
Wed Jul 24 11:45:45 PDT 2013
Author: rafael
Date: Wed Jul 24 13:45:44 2013
New Revision: 187065
URL: http://llvm.org/viewvc/llvm-project?rev=187065&view=rev
Log:
Add not to a command that is expected to fail.
Modified:
cfe/trunk/test/Preprocessor/macro_with_initializer_list.cpp
Modified: cfe/trunk/test/Preprocessor/macro_with_initializer_list.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_with_initializer_list.cpp?rev=187065&r1=187064&r2=187065&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/macro_with_initializer_list.cpp (original)
+++ cfe/trunk/test/Preprocessor/macro_with_initializer_list.cpp Wed Jul 24 13:45:44 2013
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
-// RUN: %clang_cc1 -std=c++11 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -std=c++11 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
namespace std {
template <class X>
class initializer_list {
More information about the cfe-commits
mailing list