summaryrefslogtreecommitdiff
path: root/test/Parser/cxx1z-decomposition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx1z-decomposition.cpp')
-rw-r--r--test/Parser/cxx1z-decomposition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Parser/cxx1z-decomposition.cpp b/test/Parser/cxx1z-decomposition.cpp
index cf4ba77723ad2..1e184a7fac540 100644
--- a/test/Parser/cxx1z-decomposition.cpp
+++ b/test/Parser/cxx1z-decomposition.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -std=c++1z %s -verify -fcxx-exceptions
+// RUN: not %clang_cc1 -std=c++1z %s -emit-llvm-only -fcxx-exceptions
struct S { int a, b, c; };