aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/chain-macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/chain-macro.c')
-rw-r--r--test/PCH/chain-macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/chain-macro.c b/test/PCH/chain-macro.c
index b4dcdfe644d7..68b18deb0811 100644
--- a/test/PCH/chain-macro.c
+++ b/test/PCH/chain-macro.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro1.h
-// RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro2.h -include-pch %t1 -chained-pch
+// RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h
+// RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1 -chained-pch
// RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s
// RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s