[clang-tidy] add -fexceptions to failing unit-test, unbreak buildbot
authorJonas Toth <jonas.toth@gmail.com>
Wed, 31 Oct 2018 17:08:09 +0000 (17:08 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Wed, 31 Oct 2018 17:08:09 +0000 (17:08 +0000)
llvm-svn: 345738

clang-tools-extra/test/clang-tidy/readability-isolate-declaration.cpp

index 65d1d32014e7db548601f898b3a5c6572e2e17f9..b48bb3e79addb7066aeec67af2256ae51f74a25d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-isolate-declaration %t
+// RUN: %check_clang_tidy %s readability-isolate-declaration %t -- -fexceptions
 
 void f() {
   int i;