summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-assign-synthesis-3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/copy-assign-synthesis-3.cpp')
-rw-r--r--test/CodeGenCXX/copy-assign-synthesis-3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/copy-assign-synthesis-3.cpp b/test/CodeGenCXX/copy-assign-synthesis-3.cpp
index ce4640a..5469d11 100644
--- a/test/CodeGenCXX/copy-assign-synthesis-3.cpp
+++ b/test/CodeGenCXX/copy-assign-synthesis-3.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -emit-llvm-only -verify %s
+// expected-no-diagnostics
struct A {
A& operator=(A&);
OpenPOWER on IntegriCloud