From 95b66fca551d5148413f66db63143620e5846818 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 5 Nov 2012 22:50:26 +0000 Subject: [PATCH] Delete comment I forgot to delete in my last change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167418 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/warn-using-namespace-in-header.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/SemaCXX/warn-using-namespace-in-header.cpp b/test/SemaCXX/warn-using-namespace-in-header.cpp index d20c6ff67b..f68b99893a 100644 --- a/test/SemaCXX/warn-using-namespace-in-header.cpp +++ b/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}} -- 2.40.0