From 34546ce43d3d89c102a99882ae3825423a28abcd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 8 Nov 2009 01:47:25 +0000 Subject: Remove RUN: true lines. llvm-svn: 86432 --- clang/test/Frontend/cpp-output.c | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/Frontend/cpp-output.c') diff --git a/clang/test/Frontend/cpp-output.c b/clang/test/Frontend/cpp-output.c index e7a5ca6..9a6fc9b 100644 --- a/clang/test/Frontend/cpp-output.c +++ b/clang/test/Frontend/cpp-output.c @@ -4,7 +4,6 @@ // RUN: clang -E -o %t -CC %s // RUN: grep '^int x; // comment' %t // RUN: grep '^x /\* comment \*/ x /\* comment \*/' %t -// RUN: true int x; // comment -- cgit v1.1