[clang-tidy] Manually enable exceptions in tesst that uses them

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@369853 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/clang-tidy/duplicate-reports.cpp b/test/clang-tidy/duplicate-reports.cpp
index c825c2c..393c915 100644
--- a/test/clang-tidy/duplicate-reports.cpp
+++ b/test/clang-tidy/duplicate-reports.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s cert-err09-cpp,cert-err61-cpp %t
+// RUN: %check_clang_tidy %s cert-err09-cpp,cert-err61-cpp %t -- -- -fexceptions
 
 void alwaysThrows() {
   int ex = 42;