diff options
author | Alex Lorenz <arphaman@gmail.com> | 2017-11-03 21:31:10 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2017-11-03 21:31:10 +0000 |
commit | 3cee7cfb30f5b3a85fc2953eaabb5fba6268b5b3 (patch) | |
tree | 94b44586e6e6d6ba1a4e71a120ce43e17a68bbeb | |
parent | c2935db629b56517e47457342849d39f286eae75 (diff) | |
download | bcm5719-llvm-3cee7cfb30f5b3a85fc2953eaabb5fba6268b5b3.tar.gz bcm5719-llvm-3cee7cfb30f5b3a85fc2953eaabb5fba6268b5b3.zip |
Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 bots
llvm-svn: 317372
-rw-r--r-- | clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp b/clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp index 22e7f3272ea..5caf9d45268 100644 --- a/clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp +++ b/clang/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; }; |