summaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-decl-pr4441.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/using-decl-pr4441.cpp')
-rw-r--r--test/SemaCXX/using-decl-pr4441.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaCXX/using-decl-pr4441.cpp b/test/SemaCXX/using-decl-pr4441.cpp
index 39a446fed9ac..da21db311bb6 100644
--- a/test/SemaCXX/using-decl-pr4441.cpp
+++ b/test/SemaCXX/using-decl-pr4441.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
namespace A {
struct B { };