summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Refactor/Extract/ExtractionSemicolonPolicy.cpp2
1 files changed, 1 insertions, 1 deletions
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; };