summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/PCH/pch-through3c.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/pch-through3c.cpp b/clang/test/PCH/pch-through3c.cpp
index 97b98c40598..41894c99731 100644
--- a/clang/test/PCH/pch-through3c.cpp
+++ b/clang/test/PCH/pch-through3c.cpp
@@ -2,6 +2,7 @@
// RUN: -include Inputs/pch-through3c.h \
// RUN: -pch-through-header=Inputs/pch-through3c.h -o %t.3c %s
+// Checks that no warnings appear for this successful use.
// RUN: %clang_cc1 -verify -I %S -include-pch %t.3c \
// RUN: -include Inputs/pch-through3c.h \
// RUN: -pch-through-header=Inputs/pch-through3c.h \
OpenPOWER on IntegriCloud