aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/pending-ids.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/pending-ids.m')
-rw-r--r--test/PCH/pending-ids.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/pending-ids.m b/test/PCH/pending-ids.m
index b612d89e9452..2ca0e6e93568 100644
--- a/test/PCH/pending-ids.m
+++ b/test/PCH/pending-ids.m
@@ -7,6 +7,8 @@
// RUN: %clang_cc1 %s -emit-pch -o %t
// RUN: %clang_cc1 -emit-llvm-only -verify %s -include-pch %t -g
+// expected-no-diagnostics
+
#ifndef HEADER
#define HEADER
//===----------------------------------------------------------------------===//