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)
llvm-svn: 317372

clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp

index 22e7f32..5caf9d4 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; };