From 74ca23f2aca0856c94fe84522aa48f692aea4c8f Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Fri, 3 Nov 2017 21:31:10 +0000 Subject: [PATCH] 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 --- test/Refactor/Extract/ExtractionSemicolonPolicy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.50.1