summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/PR5863-unreachable-block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/PR5863-unreachable-block.cpp')
-rw-r--r--clang/test/CodeGenCXX/PR5863-unreachable-block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/PR5863-unreachable-block.cpp b/clang/test/CodeGenCXX/PR5863-unreachable-block.cpp
index 4829b5277aa..3f32d757043 100644
--- a/clang/test/CodeGenCXX/PR5863-unreachable-block.cpp
+++ b/clang/test/CodeGenCXX/PR5863-unreachable-block.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fexceptions -emit-llvm-only %s
+// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -emit-llvm-only %s
// PR5863
class E { };
OpenPOWER on IntegriCloud