Răsfoiți Sursa

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
Alex Lorenz 7 ani în urmă
părinte
comite
74ca23f2ac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/Refactor/Extract/ExtractionSemicolonPolicy.cpp

+ 1 - 1
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; };