aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/PCH/pch-dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/pch-dir.c b/test/PCH/pch-dir.c
index 64b2cd6ea4..1c7bf4003a 100644
--- a/test/PCH/pch-dir.c
+++ b/test/PCH/pch-dir.c
@@ -11,10 +11,10 @@
int get() {
#ifdef __cplusplus
- // CHECK-CPP: .h.gch/cpp.gch
+ // CHECK-CPP: .h.gch{{[/\\]}}cpp.gch
return i;
#else
- // CHECK-C: .h.gch/c.gch
+ // CHECK-C: .h.gch{{[/\\]}}c.gch
return j;
#endif
}