summaryrefslogtreecommitdiff
path: root/test/PCH/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/types.c')
-rw-r--r--test/PCH/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/types.c b/test/PCH/types.c
index c21b33a4ee51..73a2205b78b6 100644
--- a/test/PCH/types.c
+++ b/test/PCH/types.c
@@ -3,7 +3,7 @@
// Test with pch.
// RUN: %clang_cc1 -emit-pch -fblocks -o %t %S/types.h
-// RUN: %clang_cc1 -fblocks -include-pch %t -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fblocks -include-pch %t -fsyntax-only -verify %s -ast-print
typedef int INT;
INT int_value;