From 4c84da47e9ca785daaa659962c6c797c24c8e5e7 Mon Sep 17 00:00:00 2001 From: Mike Rice Date: Fri, 17 Aug 2018 21:16:21 +0000 Subject: [PATCH] test commit: add a comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340082 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/PCH/pch-through3c.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/PCH/pch-through3c.cpp b/test/PCH/pch-through3c.cpp index 97b98c4059..41894c9973 100644 --- a/test/PCH/pch-through3c.cpp +++ b/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 \ -- 2.50.1