Reverted r285882 (Enhancement to test for -ast-print)
authorSerge Pavlov <sepavloff@gmail.com>
Thu, 3 Nov 2016 08:58:44 +0000 (08:58 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Thu, 3 Nov 2016 08:58:44 +0000 (08:58 +0000)
It broke buildbot on Windows.

llvm-svn: 285889

clang/test/Coverage/ast-printing.c

index eb22f92..ecaf3ab 100644 (file)
@@ -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