summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-method.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx-method.cpp')
-rw-r--r--test/PCH/cxx-method.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/cxx-method.cpp b/test/PCH/cxx-method.cpp
index 6ec65b2..40490ea 100644
--- a/test/PCH/cxx-method.cpp
+++ b/test/PCH/cxx-method.cpp
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 -x c++ -emit-pch %S/Inputs/cxx-method.h -o %t
// RUN: %clang_cc1 -include-pch %t -verify %s
+// expected-no-diagnostics
void S::m(int x) { }
OpenPOWER on IntegriCloud