From: Nico Weber Date: Mon, 5 Nov 2012 22:50:26 +0000 (+0000) Subject: Delete comment I forgot to delete in my last change. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b868e24861138fb792a5d03432bb09d758f8a1c;p=platform%2Fupstream%2Fllvm.git Delete comment I forgot to delete in my last change. llvm-svn: 167418 --- diff --git a/clang/test/SemaCXX/warn-using-namespace-in-header.cpp b/clang/test/SemaCXX/warn-using-namespace-in-header.cpp index d20c6ff..f68b998 100644 --- a/clang/test/SemaCXX/warn-using-namespace-in-header.cpp +++ b/clang/test/SemaCXX/warn-using-namespace-in-header.cpp @@ -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}}