Author: sepavloff Date: Thu Nov 3 03:58:44 2016 New Revision: 285889 URL: http://llvm.org/viewvc/llvm-project?rev=285889&view=rev Log: Reverted r285882 (Enhancement to test for -ast-print)
It broke buildbot on Windows. Modified: cfe/trunk/test/Coverage/ast-printing.c Modified: cfe/trunk/test/Coverage/ast-printing.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Coverage/ast-printing.c?rev=285889&r1=285888&r2=285889&view=diff ============================================================================== --- cfe/trunk/test/Coverage/ast-printing.c (original) +++ cfe/trunk/test/Coverage/ast-printing.c Thu Nov 3 03:58:44 2016 @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits