From 1f631645f8c7e4540b3a244cf070d7d689f3e49e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 23 Jan 2013 23:06:28 +0000 Subject: Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. llvm-svn: 173306 --- clang/test/Lexer/unknown-char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Lexer/unknown-char.c') diff --git a/clang/test/Lexer/unknown-char.c b/clang/test/Lexer/unknown-char.c index 334df37225e..57f7904998d 100644 --- a/clang/test/Lexer/unknown-char.c +++ b/clang/test/Lexer/unknown-char.c @@ -1,2 +1,2 @@ -// RUN: %clang_cc1 -E %s 2>&1 | not grep error +// RUN: %clang_cc1 -E %s 2>&1 | grep -v '^#' | not grep error ` ` ` ` -- cgit v1.2.3