From 8891184b232879b80350fec7e2e7a6ce2f25c9fd Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 10 Jun 2008 05:18:06 +0000 Subject: [PATCH] Fix the run line for this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52169 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Lexer/digraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Lexer/digraph.c b/test/Lexer/digraph.c index 07c085a1d5..9683ee4f99 100644 --- a/test/Lexer/digraph.c +++ b/test/Lexer/digraph.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang -fsyntax-only -verify < %s %:include -- 2.50.1