From f170be39fef6bad1ddba0b32ab72ea02e059810d Mon Sep 17 00:00:00 2001 From: Serge Pavlov Date: Thu, 3 Nov 2016 08:58:44 +0000 Subject: [PATCH] Reverted r285882 (Enhancement to test for -ast-print) It broke buildbot on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285889 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Coverage/ast-printing.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c index eb22f92e66..ecaf3abeaa 100644 --- a/test/Coverage/ast-printing.c +++ b/test/Coverage/ast-printing.c @@ -1,7 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only %s -// RUN: %clang_cc1 -ast-print %s -o %t.1.c -// RUN: %clang_cc1 -ast-print %t.1.c -o %t.2.c -// RUN: diff %t.1.c %t.2.c +// RUN: %clang_cc1 -ast-print %s // RUN: %clang_cc1 -ast-dump %s // RUN: %clang_cc1 -print-decl-contexts %s -- 2.50.1