summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-11-03 21:31:10 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-11-03 21:31:10 +0000
commit74ca23f2aca0856c94fe84522aa48f692aea4c8f (patch)
tree8ea03c22d9c0248378ff15b72d7e5beae17535f0
parentfdab8abec144a73be8214108bc736102446e6703 (diff)
Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 bots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317372 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Refactor/Extract/ExtractionSemicolonPolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp b/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp
index 22e7f3272e..5caf9d4526 100644
--- a/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp
+++ b/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-refactor extract -selection=test:%s %s -- -std=c++11 2>&1 | grep -v CHECK | FileCheck %s
+// RUN: clang-refactor extract -selection=test:%s %s -- -std=c++11 -fcxx-exceptions | grep -v CHECK | FileCheck %s
struct Rectangle { int width, height; };