summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/pragma-unused.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/pragma-unused.cpp')
-rw-r--r--clang/test/SemaCXX/pragma-unused.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaCXX/pragma-unused.cpp b/clang/test/SemaCXX/pragma-unused.cpp
index c9ddffafafa..c9eaab6d3f5 100644
--- a/clang/test/SemaCXX/pragma-unused.cpp
+++ b/clang/test/SemaCXX/pragma-unused.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -Wunused-parameter -Wunused -verify %s
+// expected-no-diagnostics
struct S {
void m(int x, int y) {
OpenPOWER on IntegriCloud