Add not to a command that is expected to fail.

llvm-svn: 187065
This commit is contained in:
Rafael Espindola 2013-07-24 18:45:44 +00:00
parent b552086fcb
commit 644eb0a8da
1 changed files with 1 additions and 1 deletions

View File

@ -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 {