summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-implicit-moves.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/cxx-implicit-moves.cpp')
-rw-r--r--clang/test/PCH/cxx-implicit-moves.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-implicit-moves.cpp b/clang/test/PCH/cxx-implicit-moves.cpp
index ccdc874cb1f..ff6322d49d6 100644
--- a/clang/test/PCH/cxx-implicit-moves.cpp
+++ b/clang/test/PCH/cxx-implicit-moves.cpp
@@ -1,6 +1,7 @@
// Test with PCH
// RUN: %clang_cc1 -std=c++11 -x c++-header -emit-pch -o %t %s
// RUN: %clang_cc1 -std=c++11 -include-pch %t -verify %s
+// expected-no-diagnostics
// PR10847
#ifndef HEADER
OpenPOWER on IntegriCloud