]> granicus.if.org Git - clang/commitdiff
Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 bots
authorAlex Lorenz <arphaman@gmail.com>
Fri, 3 Nov 2017 21:31:10 +0000 (21:31 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 3 Nov 2017 21:31:10 +0000 (21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317372 91177308-0d34-0410-b5e6-96231b3b80d8

test/Refactor/Extract/ExtractionSemicolonPolicy.cpp

index 22e7f3272ea568e7fb8bf408e621b08b34d5c623..5caf9d4526844f3fad63da0e6ccab8c279d13bde 100644 (file)
@@ -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; };