[cfe-commits] r167418 - /cfe/trunk/test/SemaCXX/warn-using-namespace-in-header.cpp
Nico Weber
nicolasweber at gmx.de
Mon Nov 5 14:50:26 PST 2012
Author: nico
Date: Mon Nov 5 16:50:26 2012
New Revision: 167418
URL: http://llvm.org/viewvc/llvm-project?rev=167418&view=rev
Log:
Delete comment I forgot to delete in my last change.
Modified:
cfe/trunk/test/SemaCXX/warn-using-namespace-in-header.cpp
Modified: cfe/trunk/test/SemaCXX/warn-using-namespace-in-header.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/warn-using-namespace-in-header.cpp?rev=167418&r1=167417&r2=167418&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/warn-using-namespace-in-header.cpp (original)
+++ cfe/trunk/test/SemaCXX/warn-using-namespace-in-header.cpp Mon Nov 5 16:50:26 2012
@@ -1,8 +1,6 @@
// RUN: %clang_cc1 -fsyntax-only -Wheader-hygiene -verify %s
#ifdef BE_THE_HEADER
-// Lots of vertical space to make the error line match up with the line of the
-// expected line in the source file.
namespace warn_in_header_in_global_context {}
using namespace warn_in_header_in_global_context; // expected-warning {{using namespace directive in global context in header}}
More information about the cfe-commits
mailing list