From: Alex Lorenz Date: Fri, 3 Nov 2017 21:31:10 +0000 (+0000) Subject: Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 bots X-Git-Tag: llvmorg-6.0.0-rc1~4173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cee7cfb30f5b3a85fc2953eaabb5fba6268b5b3;p=platform%2Fupstream%2Fllvm.git Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to appease PS4 bots llvm-svn: 317372 --- diff --git a/clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp b/clang/test/Refactor/Extract/ExtractionSemicolonPolicy.cpp index 22e7f32..5caf9d4 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; };